.ig_toast.ig_balance.ig_container {
	border: 1px solid #777;
	color: #141414;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(204, 204, 204, 0.75)), to(rgba(240, 240, 240, 1)), color-stop(0.4, rgba(139, 139, 139, 0.5))) !important;
	background-image: -moz-linear-gradient(top, rgba(204,204,204,0.75) 0%, rgba(139, 139, 139, 0.5) 40%, rgba(240,240,240,1) 100%);
	background-image: linear-gradient(to bottom, rgba(204,204,204,0.75) 0%, rgba(139, 139, 139, 0.5) 40%, rgba(240,240,240,1) 100%) !important;
	background-color: rgba(204, 204, 204, 0.8) !important;
	-webkit-font-smoothing: antialiased;
}
.ig_toast.ig_balance .ig_content {
	@apply bg-transparent !important;
}
.ig_toast.ig_balance .ig_headline {
	@apply w-full;
	border-bottom: 1px solid #777;
}
.ig_toast.ig_balance .ig_message {
	margin-top: 5px;
}