#toast-container {
	top: 55px;
}

#toast-container > div {
	opacity: 1;
}

.toast-message {
	text-align: justify;
}

#toast-container > .toast {
	background-image: none !important;
}

#toast-container > .toast:before {
	position: fixed;
	font-family: FontAwesome;
	font-size: 24px;
	line-height: 18px;
	float: left;
	color: #FFF;
	padding-right: 0.5em;
	margin: 0 0.5em auto -1.5em;
}

#toast-container > .toast-warning:before {
	content: "\f071";
}

#toast-container > .toast-error:before {
	content: "\f057";
}

#toast-container > .toast-info:before {
	content: "\f05a";
}

#toast-container > .toast-success:before {
	content: "\f058";
}