<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#hid_prosess_overlay {
	left: 0;
	top: 0;
	background-color: #000000;
	position: absolute;
	z-index: 101;
	filter: alpha(opacity=20);
}
#hid_prosess {
	background-color: #ffffff;
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 102;
}

</pre></body></html>