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

/*Tooltip*/
.ui-tooltip {
	background: #003580;
	position: absolute;
	z-index: 9999;
	padding: 5px 10px;
	color: white;
	font: normal 11px "Arial", Sans-Serif;
}
</pre></body></html>