@media print {
	body { font-size: 10pt; }
	body { line-height: 1.2; }
	h1 {font-size: 120%; font-weight:bold;}
	#main p {margin-top:0.2%;}

	header nav, footer {	display: none;}
	#menunew, .showmenu, #showmenu {display:none;}
	.showmenu, #showmenu {visibility: hidden;}
	.gototop, .footer {display:none;}
	#banner {display: none;}
	img { max-width: 500px;}
	input[type="checkbox"] { display: none;  }

	hr {display: none;}

.tablered, .tablered td, .tablered th {border:1px solid  gray; border-spacing: 0; }
.tablered td, .tablered th { padding-left: 0.5em;}

.tablecolumn { margin:0; column-width:10em; max-width: 95%;
		display: grid;   	grid-template-columns: auto auto auto auto auto;
		flex: auto; column-gap:0px; grid-column-gap: 0px;}
.tablered-spacer {display:none ;}
.tableredthin, .tableredthin th, .tableredthin td { border:1px solid  gray; border-spacing: 0;  }
.tableredthin th, .tableredthin td {padding-left: 0.5em;}

	.tableblack, .tableblack-all { 
		border: 1px solid gray; 
		border-collapse: collapse;
		border-spacing: 0; 
		font-size: 90%; 
	}
	.tableblack-all th, .tableblack-all td { border: 1px solid gray; }
	.tableblack-all td {  padding-left: 0.5em; }

.pre1931data {display: table; width: 90%; }
.td-cellA, .td-cellB { font-size: 90%; border: 1px grey solid;}
.td-row {display: table-row;}
.td-cellA, .td-cellB {display: table-cell;}
.td-cellA, .td-cellB { font-size: 90%; border: 1px grey solid;}



	.print-source {font-size:8pt;}
	.print-source::after{	content: "Sourced from: www.bmh.com.au/nortons"}

}

@page {
margin-left:3em;
margin-top:0.5em;
}