<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contributorsDiv {
	position: absolute;
	z-index: 1000 !important;
	padding: .2em .2em .2em .5em;
}

.contributorsDivHide {
	display: none;
	left: 0px;
	top: 0px;
}

.contributorsDivShow {
	background: white;
	display: block;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
}

#contributorsDiv h2 {
	display: none;
}
</pre></body></html>