@charset "utf-8";

@import url('infosystem.css');


@page {
	size: A4;
	margin: 0;
}

@media print {
	* {
		-webkit-print-color-adjust: exact !important;
		print-color-adjust: exact !important;
	}
	html, body {
		width: 210mm;
		height: 297mm;
		font-family: Inconsolata;
		font-size: 100%;
	}
	body {
		color: black;
		background-color: white;
		font-family: Arial, sans-serif;
	}
	#support {
		display: none;
	}
	#debug {
		display: none;
	}
}