/* style-my-tootltips plugin, tooltip styling */
#s-m-t-tooltip{
	/* basic */
	max-width:300px;
	z-index:10;
	margin:24px 14px 7px 12px;
	/* style and design */
	padding:8px;
	background:#fff; /* fallback if rgba not supported */
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
border-style: double;
  border-color: black;
	/* font */
	font-family:Verdana,Geneva,sans-serif;
	font-size:14px;
	line-height:16px;
	color:black;
}