/* style-my-tootltips plugin, tooltip styling */
@font-face {
    font-family: orangekid;
    src: url(https://files.catbox.moe/m38dby.TTF);
}

#s-m-t-tooltip{
	/* basic */
	max-width:300px;
	z-index:10;
	margin:12px 14px 7px 12px;
	/* style and design */
	padding:4px;
	background:#fff; /* fallback if rgba not supported */
	background:#ece9d8;
	border: 2px solid #000;
	/* font */
	font-family: "Pixelated MS Sans Serif";
	font-size:12px;
	line-height:16px;
	color:#222222;
}