@media print {
	.col-left,
	.col-right-inner .header,
	.col-right-inner .searchbox,
	th.actions,
	td.actions,
	tfoot,
	.add-container,
	.hide-print{
		display:none !important;
	}
	.col-right {
		width: 100%;
	}
	.col-right-inner{
		padding:0;
	}
	.table-list{
		font-size:10px;
	}
	.table-list th a.active-ASC,
	.table-list th a.active-ASC:visited,
	.table-list th a.active-DESC,
	.table-list th a.active-DESC:visited{
		color:rgb(0,0,0);
	}
	.table-list th a.active-ASC::after,
	.table-list th a.active-DESC::after{
		display:none;
	}
	b.text-green,b.text-red{
		color:black;
		font-weight:normal;
	}
}