@media print {
html {
	font-size: 11pt;
}
body > #Outline {
	margin: 0 auto;
	padding: 0;
}
body > #Outline > #Header,
body > #Outline > #Nav,
body > #Outline > #Footer,
body > #Outline > #Popup,
body > #Outline > #Menu {
	display: none;
}
body > #Outline > #Contents{
	margin: 0;
	padding: 0;
}
body > #Outline > #Contents > .instruction,
body > #Outline > #Contents > .search {
	display: none;
}
body > #Outline > #Contents > h1 {
	font-size: 1.2rem;
}
body > #Outline > #Contents > .pagination {
	margin: 5mm 0;
	padding: 0;
}
body > #Outline > #Contents > .pagination > a {
	display: none;
}

body > #Outline > #Contents > div.block:has(> section) {
	margin: 0 0 5mm;
	padding: 15mm 6mm 6mm;
	gap: 2mm 5mm;
	page-break-inside: avoid;
}
body > #Outline > #Contents > div.block:hover {
	opacity: 1;
}
body > #Outline > #Contents > .pagination + .block {
	margin-top: 5mm;
}
body > #Outline > #Contents > .block > h4 {
	font-size: 1.2rem;
}
body > #Outline > #Contents > div.block:has(> section) > section {
	width: 60mm;
}
body > #Outline > #Contents > div.block:has(> section) > :not(section) + section {
	width: calc(100% - 65mm);
}
body > #Outline > #Contents > .button {
	display: none;
}
}
