﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
    background-color: #ffffff;
    /*background-image: url('../Assets/csm_03_blue_light_bb14d9e853.jpg');*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
}

/* 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;
}

.navbar-default {
    background-color: dimgrey;
    box-shadow: 0px 0px 22px 6px rgba(128,128,128,1);
    border: 0px;
    border-radius: 0px;
    height: 72px;

}
