body, #AgendaNav, #Agenda thead, #Agenda tbody tr th:nth-child(1)
{
    background-color: #ffffff;
}
.navbar-logo {
    margin-top:5px;
    margin-bottom:5px;
    height:40px;
    width:142px;
    background-color: #fff;
    background-image: url(logo_trendline.png?v=2);
    background-size: cover;
}
.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 {
    background-color: #808080 !important;
    color: #ffffff;
    font-weight: bold;
}
.eventContent {
   color:#000;
}
#Agenda thead td {
    background-color: #fff;
}