| 1 | body { |
| 2 | padding-top: 50px; |
| 3 | padding-bottom: 20px; |
| 4 | } |
| 5 | |
| 6 | /* Set padding to keep content from hitting the edges */ |
| 7 | .body-content { |
| 8 | padding-left: 15px; |
| 9 | padding-right: 15px; |
| 10 | } |
| 11 | |
| 12 | /* Override the default bootstrap behavior where horizontal description lists |
| 13 | will truncate terms that are too long to fit in the left column |
| 14 | */ |
| 15 | .dl-horizontal dt { |
| 16 | white-space: normal; |
| 17 | } |
| 18 | |
| 19 | /* Set width on the form input elements since they're 100% wide by default */ |
| 20 | input, |
| 21 | select, |
| 22 | textarea { |
| 23 | max-width: 280px; |
| 24 | } |