/*
@page {
  size: A4;
  margin: 0;
}
*/

@media print {
	body{font-size:14px;}	
	.page-template  #header,
	.page-template  .form,
	#printOrders,
	#heading-block,
	.order-form .heading-block,
	.order-form .heading-block h1,
	.heading-block.center:after,
	#helpBtnWrap,
	#helpDraw,
	.notice-banner,
	#header-wrap,
	.portal-sidebar,
	#productTabs,
	.form,
	.hide-print,
	.copyrights-text,
	.print-orders-wrap {display:none!important;}
	.order-form .dw-logo {display:block!important; width:35%; margin:0 auto;}
	.order-form .heading-block {margin-bottom:15px;}
	
	.toggle .togglec {display:block!important}
	.toggle.toggle-bg .togglet {background-color:#eee!important;}	
	
	.dark #header,
	#header.dark,
	#header.dark.sticky-header,
	#header-wrap,
	.dark #header:not(.transparent-header),
	#header.dark:not(.transparent-header) {background-color: transparent!important;border-bottom: transparent!important;}

	.portal-content {width:100%!important;}

	.copyrights-contact.col_half {width: 100%!important;text-align:center!important;}
	#copyrights {background: transparent!important;padding: 5px 0!important;}
	#copyrights a[href]:after { display:none; } 
	
}