/* style-my-tootltips plugin, tooltip styling */
/* https: //manos.malihu.gr/style-my-tooltips-jquery-plugin/ */

#s-m-t-tooltip {
	font-family: 'Roboto Mono';
	font-size: 12px;
	line-height: 14px;

	color: #f2f3f4;
	background: #0f0e0e;
	border: solid;
	border-width: 1px;
	border-color: #68b3ff;
	font-weight: bold;
	/* offset-x | offset-y | blur-radius | spread-radius */
	box-shadow: 2px 2px 5px 1px #1F44C6;

	max-width: 300px;
	margin: 24px 14px 7px 12px;
	padding: 5px;

	z-index: 10;
}