@media print{

	@page {
	    size: auto;   /* auto is the initial value */
	    margin: 0;  /* this affects the margin in the printer settings */
	}

	body, html {
	margin-top:0px;
	padding-top:0px;
	}

	#header, #content .aside, #content .right, #content .ad-banner-b, .bannerbottoms, #nav, .footer-bs, #media-carousel, .all-b, .middle-first-banner, .media-bs, #footer, .font-size, #news-content-print, .bottom{
	display: none !important;
	}
	
	a[href]:after {
	    content: none !important;
	  }
	a:visited:after
	 {
	    content: none !important;
	  }

	[css] a:link:after { content: " (" attr(href) ") "; } [/css] 
	
	.thumbnail{ margin-top:0px !important;}
	.title{height:auto !important; margin-bottom:0 !important;}
	.text{height:auto !important; padding-top:0 !important;}
	.img-responsive{width: 220px !important; float:left;  display:block; margin: 15px 20px 25px 15px  !important; }
	.img{margin-right:15px !important;}
	.mainnewstitle{height:auto !important;}
        .date{ padding-top:0px; margin-top:10px; }
	.printheaderclass{display:block; text-align:center; margin-top: 20px; margin-bottom: 20px;}
	/*.img{width:520px !important; height:250px; !important;}*/
        .contentnewspars{margin:45px !important;}
	.page-title{margin-left:45px !important; margin-top:-20px;margin-bottom:-50px !important;}
        .newsinfo-b img{ width:260px !important; height:auto !important;}
	.back-btn{display:none !important;}
	.keywords-b{display:none !important;}

	
        


}

