/* Notification page related styling */

/* Notification List */
.notification-list {
    padding: 0 0 10px;
}
.notification-list .notification-actions {
    padding: 5px 0;
}
.notification-list .notification-item {
    position: relative;
    padding: 10px;
    background: inherit;
    cursor: pointer;
}
.notification-list .notification-item p {
    margin: 0;
}
.notification-list .notification-item .notification-text {
    margin-right: 75px;
}

/* Notification Item Toolbox */
.notification-list .notification-item .toolbox {
    position: absolute;
    top: 7px;
    right: 0;
    padding-right: 7px;
    background: inherit;
}
.notification-list .notification-item .toolbox .toolbox-button {
    font-size: 18px;
    padding: 4px;
}

/* Notification Dropdown Menu */
.dropdown-menu .notification-view {
    padding: 0;
}
