body.printchart #content_before, body.printchart a.print {
	display: none;
}

#wrapper {
	max-width: 100%;
	width: 99%;
	font-size: 80%;
}
div {
	page-break-inside:auto
}
table { page-break-inside:auto }
tr {
	page-break-inside:avoid;
	page-break-after:auto;
}

#content p {
	line-height: 1.5em;
}
a { text-decoration: none; }