

.gu_table tbody td.download span br{display:none;}
#IR_REPORT_AUDIT .gu_left_grid .gu_sort_area:nth-child(3){display:none;}

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

}

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

}

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


@media all and (max-width: 376px){

    .gu_table tbody td.download span br{display:block;}
    .gu_table tbody td.download span:before {right: -18px; }

	#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;}
}