/* Print Styles */
@media print {
	
 header, footer {
	 display: none !important;
 }	
	
#more-info {
	display: none !important;
}	

body {
	background: white !important;
	color: black !important;
}

.white-text, h1 {
	color: black !important;
}

.red-bg, .red-bg-tint, .grey-bg {
	background: white !important;
}

.red-bg-tint {
	background: white !important;
}

#powered-by, #related, #download-pdf {
	display: none !important;
}

.col-lg-4 {
	width: 30% !important;
	padding-right: 5%;
}
.col-lg-7{
	width: 60% !important;
}

}