.notification {
	border: 4px solid;
	border-radius: 5px;
	width: 300px;
	min-height: 60px;
	color: #000000;
	display: block;
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}


.notification-container {
	position: absolute;
	z-index: 999999999999999999999999999999999999999999999999999999999999999999;
	right: 30px;
	width: 300px;
}

.achievement-notification {
	border-color: #51629C;
	background: #7182BC;
}

.milestone-notification {
	border-color: #52a195;
	background: #73bfb5;
}

.challenge-notification {
	border-color: #B1A21C;
	background: #D1C23C;
}

.fade-enter-active, .fade-leave-active {
	transition: opacity .3s
}

.fade-transition {
	transition: opacity .3s
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
	opacity: 0
}

.redtext {
	color: red;
}