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