.notifications {
    position: fixed;
    z-index: 9999;
}

/* Positioning */
.notifications.top-right {
    right: 0;
    top: 50px;
}

.notifications.top-left {
    left: 0;
    top: 50px;
}

.notifications.bottom-left {
    left: 0;
    bottom: 0;
}

.notifications.bottom-right {
    right: 0;
    bottom: 0;
}

/* Notification Element */
.notifications > div {
    position: relative;
    margin: 5px;
}
