@media print {
	div#controls, div#debug {
		display: none;
	}
	
	img.FS4WayFastrax {
		width: 0.76in;
		height: 0.60in;
	}
	
	tr.DrawRoundMultipleRow {
		page-break-before: always;
	}
	
	table.DrawRoundTable, table.DrawRoundTable tr, table.DrawRoundTable tr th, table.DrawRoundTable tr td {
		page-break-inside: avoid;
	}
	
	table.DrawRoundTable {
		width: 0.8in;
		margin-left: 0.15in;
		margin-right: 0.15in;
	}
}

@media screen {
	img.FS4WayFastrax {
		width: 270px;
		height: 212px;
	}
}

span.PictureDescriptionVisible {
	display: block;
}

span.PictureDescriptionHidden {
	display: none;
}