
@media print {


	#header, .article-comments, .img-author, .banner, .left.connWr, .addthis_sharing_toolbox, .newsletterBlock, .tags, .sidebar, .wide-article, .pr-orderlink, .news-category, .news-category-title, .newest-news, .newest-news3, .newest-news2, .opinion, .insights, 
	.news-list, .gallery, .offers, #footer, .hide4print, .survey, .offer-wr-free, .infogr-dn-wr, .hide-for-print, .myvz-div {
		display:none !important;
	}

	br{
		display:none !important;
	}

	.main-article .img{
		display:none;
	}

	.main-article img{
		display:none;
	}

	.main-article p{
		font-size:13px !important;
	}

	.main-article h1{
		font-size:30px !important;
	}

	.printHead {
		display:block !important;
		background:#bb012a !important;
	}

	.author-item {
		padding-left:0 !important;
	}

	a[href]:after {
		content: none !important;
	}

	.cookiesWr {
		display:none !important;
	}

	#vzplayer {
		display:none !important;
	}



}