<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.standbyUnderlayNode {
	display: none;
	opacity: 0;
	z-index: 9999;
	position: absolute;
	cursor:wait;
}

.standbyImageNode {
	opacity: 0;
        display: none;
	z-index: -10000;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor:wait;
}
</pre></body></html>