/* ROOT COLORS START */
:root {
	--main-black: black;
	--secondary-black: #1f1f1f;
	--main-gray: #535353;
	--secondary-gray: #4e4e4e;
	--main-white: white;
	--main-blue: #00b1ff;
}
/* ROOT COLORS END */

/* style-my-tootltips plugin, tooltip styling */
#s-m-t-tooltip {
	/* basic */
	max-width: 300px;
	z-index: 10;
	margin: 0 14px 7px 0;
	
	/* style and design */
	padding: 5px;
	background: #131313 url(https://file.garden/ZpMlZiOun08fNAbF/graphix/bgs/snow.png);
	border: 1px solid var(--main-blue);
	border-radius: 3px;
	
	/* font */
	font-size:10px;
	line-height:16px;
	color: var(--main-white);
}