@media print {
	.screen, .dialog, .helpText, button, .controls, .veil { display: none; }
	.dialog { width: 100% !important; height: auto !important; overflow-y: auto;
		border: solid 1px white; box-shadow: none; text-align: left;
		top: 0 !important; left: 0 !important; }
	html { margin: 0; padding: 0; }
	body { box-shadow: none; border: none; margin: 0; }
	.body2 { display: none; }
	.meter { display: none; }
}