body, #AgendaNav, #Agenda thead, #Agenda tbody tr th:nth-child(1), #Agenda thead td
{
    background-color: #ffffff;
}
.navbar-logo {
    margin-top:5px;
    margin-bottom:5px;
    height:40px;
    width:40px;
    background-image: url(logo_schorem.png);
    background-size: cover;
}
 .navbar-inverse {
    background-color:#fff;
    border-color:#080808;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000000;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #FF0000;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FF0000;
}
#results table thead tr, #results table tfoot tr, tr.persist-header {
    background-color: #ff0000 !important;
    color: #ffffff;
    font-weight: bold;
}

.eventContent {
   color:#000;
}