/* ***********************************************************************************
   COMMON
   ************************************************************************************** */

/** main content padding is increased to 50px in the header. Forcing it to be 25px **/
.main-content{
    padding-top: 25px;
}

/*section labels within the page*/
.sectionHeader {
    font-size: 18px;
    font-weight: 300;
}
/* nav tabs need room for the colored bottom border */
.nav li.sectionHeader a {
    padding-bottom: 10px !important;
}
