<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@page {
	size: portrait;
	margin: 0.5cm;
}

#navigation {
	display: none;
}
#content {
	clear: both;
	margin-left: 1em;
	width: 100%;
}
.ui-tablist,
.ui-menu-dropdown {
	display: none;
}
.ui-tabcontent {
	border: none;
	padding: 0;
}
.ui-table {
	max-width: 98%;
}
.ui-table .ui-table-content	 {
	width: auto;
}

.ui-chart {
	margin-bottom: 4em;
}

	.ergebnis-container {
		width: 17%;
	}
	.ergebnis-container.fragen-1 {
		width: 100%;
		margin-right: 0;
	}
	.ergebnis-container.fragen-2 {
		width: 49%;
	}
	.ergebnis-container.fragen-3 {
		width: 30%;
	}
	.ergebnis-container.fragen-4 {
		width: 22%;
	}
</pre></body></html>