#toast-container > div {
	width: 450px;
	opacity: 1;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#toast-container > div:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
}