﻿.maincontent, .main-content {
    background-color: #fff
}

body {
    padding-top: 50px;
    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 {
    
}

.navbar-brand{
    font-size:14px
}
.nav .drp-menu li a {
    font-size: 10px;
    font-weight: bold;
}

.nav .drp-menu{
    border:1.5px solid #369
}

#drp_dwn_a {
    font-size: 11px;
    font-weight: bold;
}

    .nav .drp-menu li button{
        font-size:9px
    }