/* your styles go here */

.post-body table tr:first-child
{
    background: whitesmoke;
}

li.current_page_item a
{
    background-color: #004944;
    color: #FFF !important;
    border-top: 1px solid #ffb817;
}

.current_sub_page_item .dropdown-toggle
{
    background-color: #004944;
    color: #FFF !important;
    border-top: 1px solid #ffb817;
}