.clear{
    clear:both;
}
.notifications-container{
    margin: -15px -15px 15px -15px;
    width: calc(100% + 30px);
}
.notification-item {
    background-color: #DB3082;
    color: #fff;
    display: none;
    font-size: 18px;
    margin-bottom: 1px;
    padding: 10px;
    text-align: center;
}
.notifications-container .notification-item a{
    color: #fff !important;
}

.notification-close{
    float: right;
    color: black;
    opacity: .7;
    padding: 0 10px;
}
.notification-close:hover{
    cursor: pointer;
    opacity: 1;
}
        