@media print {
	/*--- Hide FETCH Standard features ---*/
	.subheader, .navbar, .top-nav, .footer, .form-extra { display: none; }
	.site-logo { background: none; text-indent: 0; text-align: left; }
	
	blockquote { width: 90%; border: none; }
	
	/*--- Two Column Right ---*/
	#right-col { display: none; }
	.container, #left-col { width: 100%; }
	
	/*--- Two Column Left ---*/
	/* #right-col { display: none; } */
	/* .container, #left-col { width: 100%; } */
	
	a[href]:after {
    	content: none !important;
	}

}