/* 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:#222; /* fallback if rgba not supported */
	background:rgba(0,0,0,0.8);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:2px 2px 0 #0037ff,-1px -1px 0 #0037ff;
	-webkit-box-shadow:2px 2px 0 #0037ff,-1px -1px 0 #0037ff;
	box-shadow:2px 2px 0 #0037ff,-1px -1px 0 #0037ff;
	/* font */
	font-family: "Jersey 20", serif;
	font-size:12px;
	line-height:16px;
	color:#fff;
}

}
.jersey-20-regular {
  font-family: "Jersey 20", serif;
  font-weight: 400;
  font-style: normal;
