﻿body {
    padding-top: 10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background: #f9f9f9;
}

/* 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 width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 680px;
}


table.pr-1 tr td, table.pr-1 tr th,
table.pr-2 tr td, table.pr-2 tr th,
table.pr-3 tr td, table.pr-3 tr th,
table.pr-4 tr td, table.pr-4 tr th {
    padding: 2px;
}

.deviation-field {
    margin-top: 30px;
}

    .deviation-field label {
        margin-right: 10px;
    }

    .deviation-field input[type="text"] {
        margin-left: 50px;
    }
