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

#debugDiv{
	position: fixed;
	display: none;
	top: 5px;
	right: 5px;
	opacity: 0.3;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 1500;
}

#debug2Div{
	position: fixed;
	display: none;
	top: 5px;
	right: 100px;
	opacity: 0.3;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 1500;
}


.inFlow{
	display: inline;
}
</pre></body></html>