@page {
	size: A5 landscape;
}

body {
	background: none;
}

#container { 
	width: auto;
}

h1, h2, h3 {
	page-break-before: always;
}

h1 + h2, h1 + h3, h2 + h3 {
	page-break-before: avoid;
}

p, .dp-highlighter {
	page-break-inside: avoid;
}

.nobreak + * {
	page-break-before: avoid;
}

#contentList li li ul {
	display: none;
}
