<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/***********/
/* Tooltip */
/***********/

#tooltip{
	position:absolute;
	display:block;
	z-index:9999;
	color:#FFFFFF;
	font-size:10px;
	width:auto;
	padding:10px 0;
	font-family:Arial;
	font-size:11px;
	padding:10px 11px 10px 10px;
	background-color:rgba(0,0,0,0.8);
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}</pre></body></html>