@page
{
	margin: 2cm 0cm;
	background: white;
	font-size: 10pt;
}

h1
{
	page-break-before: always
}

h1, h2, h3, h4, h5, h6
{
	page-break-after: avoid
}

ul, ol, dl
{
	page-break-before: avoid
}

div.print-content {
	display: block;
	width: 18cm;
}
