/* Meeting Commission Index Page Styles */

/* Reduce S.No column width - Override global DataTable styles */
/* Target first column using nth-child */
#commissionAccordion .dataTable thead th:nth-child(1),
#commissionAccordion .dataTable tbody td:nth-child(1) {
    width: 60px !important;
    max-width: 60px !important;
    min-width: 60px !important;
}

/* Additional specificity for col-sno class */
#commissionAccordion .dataTable th.col-sno,
#commissionAccordion .dataTable td.col-sno {
    width: 60px !important;
    max-width: 60px !important;
    min-width: 60px !important;
}

/* Global override for all datatables on this page */
.dataTable thead th:nth-child(1),
.dataTable tbody td:nth-child(1) {
    width: 60px !important;
    max-width: 60px !important;
}
