

#IR_REPORT_AUDIT .gu_left_grid .gu_sort_area:nth-child(3){display:none;}

/* ================================== Laptop css ================================== */
@media all and (max-width: 1280px){
	.gu_table tbody td:last-child {padding-right :20px;}
}

/* ================================== Tablet css ================================== */
@media all and (max-width: 1080px){
	.gu_table tbody td:last-child {padding-right :32px;}
}

/* ================================== Mobile css ================================== */
@media all and (max-width: 766px){

	.gu_table tbody td:last-child {padding-right :25px;}
	
	#IR_REPORT_AUDIT .gu_grid .gu_right_grid .gu_report table colgroup col:nth-child(1) { width: 50% !important;}
	#IR_REPORT_AUDIT .gu_grid .gu_right_grid .gu_report table colgroup col:nth-child(2) { width: 25% !important;}
	#IR_REPORT_AUDIT .gu_grid .gu_right_grid .gu_report table colgroup col:nth-child(3) { width: 25% !important;}
}
