<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @license GNU GPL v2+
 * @author H. Snater &lt; mediawiki@snater.com &gt;
 */
.wikibase-entityview {
	clear: both; /* wrap around success message */
	float: left; /* float left to let widget container float right next to it */
}

@media screen and ( min-width: 1570px ) {
	.wikibase-entityview {
		width: 100%;
	}
}

.wikibase-entityview &gt; * {
	float: left;
}

.wikibase-entityview .wikibase-entityview-main {
	margin: 0 2em 2em 0;
	max-width: 65em;
	width: 100%; /* required because it's a floating block element now */
}
</pre></body></html>