/* style-my-tootltips plugin, tooltip styling */
#s-m-t-tooltip{
	/* basic */
	max-width:300px;
	z-index:10;
	margin:18px 12px 10px 12px;
	/* style and design */
	background:#fff; /* fallback if rgba not supported */
	background:rgba(255,255,255,.8);
	/* font */
	font-size:0.7em;
	color:#444863;
	border-radius:5px;box-shadow:2px 2px #82b4d6;padding:5px;font-family:'Mulish';
}