body {
    padding-top: 60px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* 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;
}

/* Custom styles for compatibility */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Button styles for compatibility */
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

/* Table styles */
.table-bordered {
    border: 1px solid #dee2e6;
}

/* Add margin to buttons */
.btn {
    margin-right: 5px;
}
