﻿.toast{
	/* border properties */
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; 
	/* Aesthetics */
	position: absolute; padding: 10px; color: #ffffff; background-color:#006eab; z-index:99999; display:none; opacity:0.7;
}

.toast span{ opacity:1; font-weight:bold;}
