/*
* Israel21c print style
*/

@media print {
	*{ -webkit-print-color-adjust: exact;}
	.share.share-buttons,.article-topics,#top-stories,
	.sidebar.cols2,.cols2.writer-bio,.share.share-bars,.banner,
	#related,#comments,#footer,.under-footer,#header #nav-upper,#header .header-right{display:none!important;}
	.cols-split{background: none;}
	.article-wrapper{width: calc(100% - 9.13793103% - 8.62068966%);}
}