/** SYSSRC DEFAULT STYLES
 * blue: #002977
 * yellow: #EEE793
 * logo peach: #f4cd72
*/

body {
    background: #EEE793;
    font-family: Lato;
}

.navbar {
    background: #002977; 
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar .form-control {
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #f4cd72;
    # background-color: transparent;
}

.detail {
    font-size:16px
}

.bResultItem .bResultItemText {
    font-size: 15px;
}

#footer {
    background: #002977;
}
