﻿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;
}

/*.navbar-fixed-top {
    border-bottom: none;
}*/

.help-block {
    display: inline-block;
}

#mainMenu > .nav-pills {
    border-bottom: 1px solid #ddd;
}

#mainMenu > .nav-pills > li > a:hover {
    background: none;
}
/*#mainMenu > .nav-tabs {
    background-color: #222;
    color: #dedede;
}
#mainMenu > .nav-tabs > li > a {
    background-color: #eee;
    color: #dedede;
}
#mainMenu > .nav-tabs > li > a:hover {
    background-color: #aaa;
    color: #333;
}*/

#mainMenu > .nav-pills > li > a {
    text-decoration: underline;
}

#mainMenu > .nav-pills > li > span {
    position: relative;
    display: block;
    padding: 10px 15px;
}

