﻿@media print {
	.logocontainer .icons { 
		display: none !important;
	}
	div.logo img { 
		width: auto !important;
		position: relative;
	}
	table {
		width: 100% !important;
	}
	table td {
		width: auto !important;
	}
	a[href]:after {
    		content: none !important;
  	}
	.fixedHeader {
    		position: relative !important;
		height: 130px !important;
	}
	.fixedHeaderPadding {
		height: 0px !important;
	}
	.footer {
		display: none !important;
	}
}