<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.popup {
	position: absolute;
	width: 400px;
	overflow: auto;
	border: 1px solid #000000;
	background-color: #CCCCCC;
	z-index: 2;
	visibility: hidden;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	color: #000000;
	line-height: 100%;
	text-transform: none;
}
</pre></body></html>