/* style-my-tootltips plugin, tooltip styling */
#s-m-t-tooltip{
	/* basic */
	max-width:300px;
	z-index:2000;
	margin:0px 2px 2px 15px;
	/* style and design */
	padding:3px;
	background:#f8edf2; /* fallback if rgba not supported */
	background:rgba(248,237,242,0.8);
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	/* font */
	font-family: open-sans, sans-serif;
	font-size:10px;
	line-height:10px;
	color:#45403f;
	text-transform: uppercase;
	letter-spacing: 1px;
}