/* style-my-tootltips plugin, tooltip styling */
#s-m-t-tooltip{
	/* basic */
	max-width:300px;
	z-index:10;
	margin:24px 5px 7px 12px;
	/* style and design */
	padding:5px;
	background:rgba(244, 213, 12, 1);
	border: 0.01em solid;
	/* font */
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	line-height:16px;
	color:black;
}