.ig_toast.ig_stand-out .ig_wrapper {
	padding: 5px 50px 5px 10px;
}
.ig_toast.ig_stand-out.ig_container {
	background-color: #1f1f1f !important;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(1, rgba(255, 255, 255, 0.1))), url(/assets/images/stand-out.png) !important;
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url(/assets/images/stand-out.png) !important;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url(/assets/images/stand-out.png) !important;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
	border: 1px solid #111;
}
.ig_toast.ig_stand-out .ig_content {
	@apply bg-transparent !important;
}
.ig_toast.ig_stand-out .ig_icon {
	@apply left-auto;
	border-radius: 3px;
	right: 10px;
}
.ig_toast.ig_stand-out .ig_message, .ig_toast.ig_stand-out .ig_headline {
	line-height: 15px;
}