@font-face {
    font-family: Nunito;
    src: url('fonts/nunito/nunito.ttf') format("truetype");
            }

/* style-my-tootltips plugin, tooltip styling */
#s-m-t-tooltip{
	/* basic */
	max-width:300px;
	z-index:10;
	margin:12px 14px 7px -1px;
	/* style and design */
	padding:8px;
	background:#222; /* fallback if rgba not supported */
	background:#3A3A3A;
	border: 2px solid #F3F2F2;
	-moz-box-shadow: 0px 3px rgba(0,0,0,0.25),-1px -1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow: 0px 3px rgba(0,0,0,0.25),-1px -1px 0 rgba(255,255,255,0.3);
	box-shadow: 0px 3px rgba(0,0,0,0.25),-1px -1px 0 rgba(255,255,255,0.3);
	/* font */
	font-family:Nunito,Verdana,Geneva,sans-serif;
	font-size:0.95em;
	line-height:16px;
	color:#d3d1d1;
}