.toast-view {
	position: absolute;
	bottom: 3em;
	right: 2em;
	display: flex;
	flex-flow: column;
	z-index: 9;
}

.toast {
	width: 17em;
	text-align: right;
	right: 2em;
	position: relative;
	background-color: rgba(63, 81, 181, 0.8);
	padding: 0em 1em;
	border-radius: 2px;
	border: #fefefe .1em solid;
	font-family: lato;
	margin-top: .5em;
	opacity: 1;
	-webkit-transition: opacity .6s linear 0s;
}

.toast h1 {
	font-size: 1.4em;
	font-weight: 300;
	-webkit-margin-after: 0.2em;
}

.toast p {
	font-size: 1.1em;
	-webkit-margin-before: 0em;
}

.fade-out{
	opacity: 0;
}