
        /* table font color */
    .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-8 thead th,
    .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-8 tbody td,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-8 thead th,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-8 tbody td,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-8 tfoot td {
        color: #000000 !important;
    }
            /* th background color */
    .wpdt-c.wpDataTablesWrapper table.wpdtSimpleTable.bt[data-has-header='1'] td.wpdt-header-classes,
    .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-8 thead th,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-8 > thead > tr > th,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-8 thead th,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-8 thead th.sorting {
        background-color: #C90303 !important;
        background-image: none !important;
    }
                /* th font color */
    .wpdt-c.wpDataTablesWrapper table.wpdtSimpleTable.bt[data-has-header='1'] td.wpdt-header-classes,
    .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-8 thead th,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-8 thead th {
        color: #FFFFFF !important;
    }
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-8 thead th.sorting:after,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-8 thead th.sorting_asc:after {
        border-bottom-color: #FFFFFF !important;
    }
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-8 thead th.sorting_desc:after {
        border-top-color: #FFFFFF !important;
    }
                
                                /* table font color */
    .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-8,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-8 {
        font-family: Lucida Sans Unicode, Lucida Grande, sans-serif !important;
    }
            /* table font size */
    .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-8,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-8 {
        font-size:12.5px !important;
    }
            
                