.notifications-menu > .dropdown-menu {
    width: 320px;
    padding: 0;
}

.notifications-menu > .dropdown-menu > li.header {
    padding: 10px 12px;
    font-size: 13px;
}

.notifications-menu > .dropdown-menu > li .menu {
    max-height: 320px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.notifications-menu > .dropdown-menu > li .menu > li > a {
    white-space: normal;
    line-height: 1.35;
    padding: 10px 12px;
}

.notifications-menu .notification-item.is-unread > a {
    background: #f4f8fb;
}

.notifications-menu .notification-item .notification-title {
    display: block;
    font-weight: 600;
    margin-bottom: 2px;
}

.notifications-menu .notification-item .notification-body {
    display: block;
    color: #666;
    font-size: 12px;
}

.notifications-menu .notification-item .notification-time {
    display: block;
    color: #999;
    font-size: 11px;
    margin-top: 4px;
}

.notifications-menu > .dropdown-menu > li.footer > a {
    text-align: center;
    font-size: 12px;
    display: inline-block;
    width: 50%;
}

.notifications-menu .notification-inline-actions {
    padding: 0 12px 8px;
    font-size: 11px;
}

.notifications-menu .notification-inline-actions a {
    margin-right: 10px;
}
