@media print {
	html, body, form {
		padding:0;
		margin:0;
	}
	html, body {
		height:100%;
		width:100%;
	}
	body, th, td, input, textarea, select {
		font:normal 12px Arial, Helvetica, sans-serif;
		line-height:15px;
		color:#000;
	}
	img {
		vertical-align:top;
		border:none;
		-ms-interpolation-mode:bicubic;
	}
	a, td a {
		outline:none;
		text-decoration:none;
		color:#009dad;
	}
	a:hover, td a:hover {
		text-decoration:underline;
	}
	p {
		margin:0 0 10px;
	}
	body {
		width: 100%;
		line-height: 24px;
		font-size: 14px;
		font-weight: normal;
	}
	#sidebar, .social-wrap, .breadcrumb, .section, .read_more, .panel-links{
		display: none !important ;	
	}
	a[href]:after {
		content: none !important;
	}
}