@media print {
  	a[href]:after {
	    content: none !important;
	}
	table{
		table-layout: fixed !important;
	}
	table td{
		border: 1px solid black !important;
		background: #f2f2f2 !important;
		padding: 5px 0 0 30px !important;
		height: auto !important;
	}
	table td:nth-child(1){
		width: 200px !important;
	}
	table td:nth-child(2), table td:nth-child(2) p{
		color: #79d1a1 !important;
		font-style: italic !important;
	}
	.site-logo h1{
		font-size: 14px !important;
	}
	#main #content-wrap{
		padding-top: 25px !important;
	}
	 
	#right-sidebar{
		display: none !important;
	}
	#primary{
		width: 100% !important;
		padding: 0px !important;
		border: none !important;
	}
	.boxed-layout #wrap{
		width: 900px !important;
	}

	footer{
		display: none !important;
	}

}
