@media only print {
	#clearOrderContainer, #socialMediaContainer, #legal_info, #thankYouOrder, #header_logo, #header_phone, #leftSide, .formControls, .checkout_progress, .navbar-brand {
		display: none !important;
	}
	#leftReview {
		display: table-cell;
		width: 50%;
	}
	#rightReview {
		display: table-cell;
		width: 50%;	
	}
}