/* style-my-tootltips plugin, tooltip styling */
#s-m-t-tooltip{
	/* basic */
	max-width:300px;
	width:137px;
	height:4px;
	z-index:10;
	margin:10px 14px 7px 12px;
	/* style and design */
	padding:8px;
	background:#f7f7f7; /* fallback if rgba not supported */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-style:dotted;
	border-width:1px 1px 1px 1px;
	border-color:grey;
	/* font */
	font-family: 'Game-Font';
	font-size:16px;
	line-height:7px;
	color:#9FAEB2;
	text-shadow: 0px 0.0px 0px rgba(0,0,0,0.5);
	letter-spacing:0.5px;
}

@font-face {
  font-family: Game-Font;
  src: url("https://sillians.neocities.org/fonts/Game-Font.ttf");
}