@media print 
{
	@page {
		size: landscape;
	}

	label select {
		display: none !important;
	}

	.print-only {
		display: block;
	}

	table.print-only {
		display: table !important;
	}

	table td {
		text-align: right;
	}

	table tbody, table tbody tr { 
	}

	table tr:first-child td {
		font-weight: bold;
	}

	table td.row-label {
		font-weight: bold;
	}

	.legend-chip-column .legend-chip,
	.hide-on-print {
		display: none !important;
	}

	label h1,label h2,label h3,label h4,
		#indicator-label, #state-label {
			display: block;
	}

	.ExplorerTable {
		height: 100%;
	}

	#grid_container .explorer-container-header,
	#grid_container .content {
		display: none;
	}

	.flag5:after {
		content: '*';
	}

	.flag9:after {
		content: '^';
	}

	.legend-chip.flag5,.legend-chip.flag9 {
		border: none;
	}

	.btn {
		display: none;
	}

	#controls-row {
		display: none;
	}

	footer {
		display: none;
	}

	.chart-limit-warning {
		display: none;
	}

	.print-table .body-row {
		border-top: solid .5pt black;
	}

}
