.notifications {
    -ms-opacity: 0.85;
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11000;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* forgot to include the class */
.notifications li {
    background-color: #A5A5A5;
    color: white;
    padding: 0.5em 1rem;
    font-size: 0.875em;
}

.notifications-success,
.notifications-error,
.never__used {
    background-color: #4AA4DF !important;
}

.notifications-error {
    background-color: #C00 !important;
}
