/* style-my-tootltips plugin, tooltip styling */
#s-m-t-tooltip{
	/* basic */
	max-width:200px;
	z-index:99999999990;
	margin:24px 14px 7px 12px;
	/* style and design */
	padding:4px;
	background:#222; /* fallback if rgba not supported */
	background:rgba(14, 21, 51, 0.8);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	/* font */
	text-align: center;
	font-size:11px;
	line-height:16px;
	color:#fff;
}