﻿body {
    padding-top: 70px;
    #margin-bottom: 42px;
    #background-color: #f5f5f5; 
    padding-bottom: 60px;
} 

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
} 

/* Set padding to display errors that occur during databinding */
.padding-error {
    padding-top: 20px;
} 

.form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;   
}

textarea {
    resize: none;
}

.btn {    
    margin-top: 10px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
    height: 41px;
}