body {margin: 1cm 2cm; font: normal 13px Times, serif;
}
header, nav, footer {display: none}
.schema section {
	border: 1px solid #555;
	border-radius: 5mm;
	margin-bottom: 5mm;
	padding: 2mm 3mm;
	max-width: 99cm;
}
.schema>h1 {margin-bottom: 1.3cm; text-align: left; font-size: 40px; font-family: ;}
.schema section h1 {background: none}
.schema tr:first-child td {border: 0}
.schema tr td {border: 0}
.schema tr td:nth-child(2) {color: inherit}
.schema section {background: #fbfbfb}

.schema img {
	display: block;
	position: absolute;
	top: 0;
	right: 2cm;
	width: 4cm;
}
