.navbar-default {
    background-color: #bdcf16;
    color: #ffffff;
}
.navbar-default .navbar-brand {
    color: #ffffff;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    line-height: 60px;
    z-index: -1;
 }
.text-muted {
  color: #bdcf16 !important;
  font-weight: bold;
}
.radio-inline {
    width:100%;
}
.radio-inline+.radio-inline {
    margin: 0;
}
.pageref{
    color:#cccccc;
    font-size:80%
}
.imagespace {
    margin:10px 0 25px;
    width:100%;
}
.top-buffer { 
    margin-top:20px; 
}