<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
ul.tools, 
nav, 
footer, 
section#cookies,
div#pagination,
div#share,
div#categories,
div#tags,
div#commentForm {
	display: none;
}

div#wrapper {
	width: auto;
	max-width: auto;
}

body {
	background-color: white;
}

main {
	box-shadow: none;
}

div#articles, div#articles article.highlight {
	display: block;
}

div#articles article, div#articles article.highlight &gt;* {
	width: 100%!important;
	padding: 0!important;
}

.contentelement {
	margin: 0;
}

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