body {
	background-color: #CCFDA2;
	font-family: "office_code_proregular";	
}
@font-face {
    font-family: 'office_code_proregular';
    src: url('office-code-pro/web fonts/officecodepro_regular_macroman/officecodepro-regular-webfont.eot');
    src: url('office-code-pro/web fonts/officecodepro_regular_macroman/officecodepro-regular-webfont.woff') format('woff'),
    font-weight: normal;
    font-style: normal;

}
.fehlerklassen {
	display: inline-block;
	vertical-align: top;
	border: 1px solid;
	border-color: rgba(48, 134, 29, 0.8);	
	padding: 1.2em;
	max-width: calc(40% - 1.2em);
}
.fehlerklassen.links {
	margin-right: 1.0em;
	margin-bottom: 1.0em;
}
.dysfunktional::after {
	content: "\26A0";
	color: red;
	/*font-family: "Courier New", Courier, monospace;*/
}
ul {
	padding-left: min(calc(10vmax - 0.5em), 0.5em);
	padding-right: min(calc(10vmax - 0.5em), 0.5em);
}
