﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* 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;
}
.navbar {
        background-color:#fff;
        background-image: none;
    }
.landingmsg {
    background: #50A5DC;
    color: #fff;
    padding: 10px 5px 5px;
    font-size:14px;
}
.copyright {
    background: #544e4e;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.navbar-fixed-top {
    position: center !important;
    background: #fff;
    padding: 0 0;
    box-shadow: 0px 0px 10px #0096FF;
}
.menutable {
    width:100%;
}
.menutable td {
    padding: 3px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.infotable td {
    padding: 0px,0px,0,8px;
    text-align: left;
}