@media print {
	.head-right,
	#t3-mainnav,
	#t3-breadcrumb,
	.t3-mainnav + div.t3-slideshow,
	.t3-sidebar,
	.t3-cta,
	footer
	{
		display:none;
	}
	a[href]:after{
		content: none !important;
	}
	th, td {
	  	border-color:#000;
	}
	#t3-content {
	  	margin:0;
	  	padding:0;
	  	width:100%;
	}
	.logo {
		padding:0;
		text-align:left;
	}
	.acm-features.style-3 .column{
		width:33.3333%;
		float:left;
	}
	.acm-features.style-3 .column .features-item-inner-text {
		padding: 16px 0 32px 0;
	}
}