#notif-btn .badge {
    background-color: #333333 !important;
    color: #FFFFFF !important;
}

#notifications .badge {
    font-size: 16px;
}

#dismiss-all {
    color: #c90813 !important;
}

#dismiss-all:hover {
    color: #333333 !important;
}

#notif-btn .badge,
#notif-dropdown .badge {
    font-size: 8px;
}

#notif-dropdown table tbody tr td:first-of-type i {
    line-height: 40px !important;
}

#notif-dropdown a {
    border-right: none !important;
    cursor: pointer;
}

#notif-dropdown table.table tbody#all-notifs tr.unread td a {
    border-right: none !important;
    cursor: pointer;
    line-height: 19px !important;
}

a.tabName.active {
    color: #c90813 !important;
    font-weight: 700 !important;
}

.unread {
    font-weight: 700;
    background-color: #EFEFEF;
}

.unread:hover {
    background-color: #EFEFEF;
}

tr.hiddenRow {
    display: none !important;
}

#notif-dropdown .unread {
    background-color: #FFFFFF;
}

#notif-dropdown small {
    display: block;
    font-weight: 400 !important;
}

.read {
    font-weight: 400;
    background-color: #FFFFFF;
}