#s-m-t-tooltip{
	max-width:300px;
	z-index:10;
	margin:24px 14px 7px 12px;
	padding:8px;
	text-shadow: 1px 1px 1px white;
	background:#664f8c;
	background:rgba(102, 79, 140); 
	border-radius:3px;
	box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
	font-family:"Blackletter", Verdana, Geneva, sans-serif;
	font-size:20px;
	line-height:16px;
	color:#000000;
}