@media print {
	/* The toolbar itself should never appear on paper. */
	.pgact { display: none !important; }

	/* Our print/PDF output is rendered in a dedicated iframe with its own
	   stylesheet, so nothing else is needed here. */
}
