<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div{
	padding: 5px 10px;
}
div,span,a{
	font-size:12px;
}
a{
	color:#003366;
	text-decoration: none;
}
iframe{
	height: calc(100vh - 150px);
}
body{
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
@media (max-width: 640px) {
	iframe{
		height: calc(100vh - 100px);
	}
}</pre></body></html>