﻿body {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* 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 width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

div.form { border: solid 1px #555555; padding: 10px; margin: 10px; width: auto; float: left; background: #F8F8F8; box-shadow: 2px 2px 5px rgba(0,0,0,0.2); border-radius: 5px; }
div.row { margin-bottom: 5px; width: 100%; clear: both; }
div.row label { width: 150px; display: inline-block; }
div.row input { width: 500px; }
div.row input[type=submit] { width: 100px; }



