.notification_block p.subtext {
    color: #b5b5b5;
    font-size: 12px;
}

.notification-type-row i.fa {
    font-weight: bolder;
    padding-top: 4px;
}

a.notification-tooltip {
    color: gray;
    font-size: 11px;
    margin-left: 5px;
}
.notification-type-row p {
    font-size: 15px;
    font-weight: lighter;
}

#notification_count {
    background: #d03f47;
}
#notification_count {
    border-radius: 5px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: center;
}
#navbar_notification_center {
    background-color: fff;
    border: 1px solid #c3e2e4;
    color: #000;
}
.notification_wrapper {
    border-bottom: 1px solid #ccc;
}
.notification_wrapper.unread {
    background: #ebf5ff;
}
.notification_wrapper.unread:hover {
    background: #e1ebf5;
}
.notification_wrapper:hover:not(.unread) {
    background: #f5f5f5;
}

.dropdown-menu > li > a {
    font-weight: lighter;
    padding-left: 10px;
    text-align: center;
}
.dropdown-menu li {
    border-bottom: 1px solid gainsboro;
    font-size: 14px;
    font-weight: 100 !important;
    min-height: 30px;
    padding: 5px;
    padding-left: 0;
}
