/* style-my-tootltips plugin, tooltip styling */
#s-m-t-tooltip{
	/* basic */
	max-width:400px;
	z-index:99999;
	margin:24px 14px 7px 12px;
	/* style and design */
	padding:5px;
	background:rgba(0, 0, 0, 0.709);
	backdrop-filter: blur(3px);
	border:8px transparent solid;
	border-image:url(/medias/tipborder.png) 8 round;
	border-radius:13px;
	/* font */
	font-family:MS UI Gothic;
	font-size:16px;
	line-height:16px;
	color:#fff;
	text-align: center;
}