/**
 * @file
 * Styles for the events.
 */
 
.exh-tabs-wrap .eve-tabs.exh-tabs li.eveviewtab_active a {
    background: #E0E0E0;
    color: #000;
    font-weight: bold;
}
.branch-light-mode .exh-tabs-wrap .eve-tabs.exh-tabs li.eveviewtab_active a {
    background: #000;
    color: #fff;
}
.branch-light-mode .exh-tabs-wrap .eve-tabs.exh-tabs li.eveviewtab_active{
    background: #000;
    color: #fff;
}