﻿@page { size: auto;  margin: 0mm 10mm 10mm 10mm; }

@media print {

	div.headbanner {
		display:none;
	}

	div.header-container {
		display:none;
	}
	
	table.conf th {
		background-color: #ebe4d8 !important;
		color: #000;
		font-weight: normal;
	}

	footer {
		display:none;
	}

	div.noprint {
		display:none !important;
	}

	.row {
		display:block
	}

	h5 {
		font-size: 24px;
	}

}