#header_notification_bar li.header {
    font-weight: bold;
}

li.notification.un-read {
    background: #eee;
}

#header_notification_bar > li {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 12px;
}

#header_notification_bar li ul {
    overflow-y: scroll;
    height: 275px
}

#header_notification_bar li.external {
    background: #eaedf2;
}

#header_notification_bar .dropdown-menu {
    width: 400px;
    max-width: 400px;
}

#notifications-content {
    padding: 0;
}

#notifications-content ul li a .time{
    padding: 0;
    max-width: 100px;
}