.notifications-list {
    display: initial;
}

.notifications-list .dropdown-header {
    background: #304080 !important;
}

.notification-item {
    float: left;
    width: 100%;
}

.notification-item .time{
    float: left;
    width: 100%;
    text-align: right;
    color: #999;
    font-size: 11px;
}

.notification-item .message{
    float: left;
    width: 100%;
}