<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* tooltips ***************************/
#tooltipbox {
	position:absolute;
	left:2em; 
	top:1.5em;
	display:none;
	max-width:200px;
	padding:5px;
	margin:5px;
	color:#555;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-right:1px solid #444;
	border-bottom:1px solid #444;
	border-radius:3px;
	background-color:#ffffc0;
	font:11px/12px Arial, Helvetica, sans-serif;
	z-index:10000;
	text-align:justify;
}
</pre></body></html>