/* style-my-tootltips plugin, tooltip styling */
#s-m-t-tooltip{
	/* basic */
	max-width:300px;
	z-index:100;
	margin:24px 14px 7px 12px;
	/* style and design */
	padding:5px;
	background:#222; /* fallback if rgba not supported */
	background:rgba(0,0,0,0.9);
	/* font */
	font-family:Calibri;
	font-size:10px;
	line-height:10px;
	color:#fff;
}