body{padding-top:60px}h1,h2,h3,h4,h5,h6{font-size:20px;line-height:normal;margin:0}.toolbar{padding:10px}.table th{text-align:center}.table th.hl{text-align:left}.table td{text-align:center;color:#999}.table td.hl{text-align:left;color:#000}
.green {
    max-width: 100% !important;
    padding: 8px 0 !important;
    overflow: hidden !important;
}
.well {
    color:#fff;
    background-color: #03a678!important;
}
.nav-header {
   color:#fff;
    font-size: 1.4em;  
}
.nav-list {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 0 !important;
}
    .green ul li a {
        width: 100% !important;
        padding: 14px 22px !important;
        text-decoration: none;
        color: #fff;
        text-align:left;
        font-size: 1.2em;
        background: #03A678;
        white-space: nowrap;
        position: relative !important;
        overflow: hidden;
        -o-transition: color .2s linear,background .2s linear;
        -moz-transition: color .2s linear,background .2s linear;
        -webkit-transition: color .2s linear,background .2s linear;
        transition: color .2s linear,background .2s linear;
    }
    .green > ul > li > a {
        border-bottom: solid 1px #049372;
    }


    .green ul > li > a:hover {
        color: #fff;
        background: #049372 !important;
    }

.green > ul > li .last-item {
    border-bottom: none !important;
}
.nav-list .divider {
    background-color: #00825d !important;
    border-bottom: 3px solid #28b18a !important;
}
.well.well-small.keys {
    background: #f5f5f5 !important;
    color: #000;
}

.well.well-sm.col-md-6 {
    color: #000;
}
