/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}










.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}


















.navbar-inverse {
    background-color: #748f3f;
    border-color: #FFF;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #748f3f;
    font-weight:bold;
    background-color: #ccc;
}
.cn {
    color: #fff !important;
    font-weight:bold;
    background-color: #748f3f;
}
.cn:hover {
    color: #748f3f!important;
    font-weight:bold;
    background-color: #ccc !important;
}
.nav > li {
    position: relative;
    display: block;
    padding: 0 0 0 0;
}

#banzHeader  {width: auto;}

.toprubr {
    position:absolute;
    right:2px;
    top:5px;
    padding: 3px;
    text-align: center;
    color: #748f3f;
}
.toprubr a {
    color: #748f3f;
    padding: 0 12px 0 0;    
}




.btn {
    border-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
}