@media print {
	body, .resp-tab-content h3 span{
		  color: #434343;
		}
	#header,
	#leftPanel,
	#footer,
	.printFormBtn,
	h1,
	#rightPanel > p:nth-of-type(1) {
		display:none !important
		}
	#rightPanel{
		width:100%;
	}
}