@media print{
	h2,
	dt {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	img,
	dd {
		page-break-inside: avoid;
	}
}
