.notification {
	position: absolute;
	top: 0;
	width: 350px;
	padding: 5px;
	text-align: center;
	z-index: 5000;
}

	.notification-success {
		background-color: #b8d487;
		border: #749f27 solid 2px;
	}

	.notification-warning {
		background-color: #eaf06e;
		border: #dac31c solid 2px;
	}

	.notification-error {
		background-color: #df6f6f;
		border: #8f2c2c solid 2px;
	}
