
            /* th background color */
    .wpdt-c.wpDataTablesWrapper table.wpdtSimpleTable.bt[data-has-header='1'] td.wpdt-header-classes,
    .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-14 thead th,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-14 > thead > tr > th,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-14 thead th,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-14 thead th.sorting {
        background-color: #BA0000 !important;
        background-image: none !important;
    }
            /* th border color */
    .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-14 thead th,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-14 thead th,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-14 thead th.sorting {
            border: solid #FFFFFF !important;
            border-width: initial;
    }
            /* th font color */
    .wpdt-c.wpDataTablesWrapper table.wpdtSimpleTable.bt[data-has-header='1'] td.wpdt-header-classes,
    .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-14 thead th,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-14 thead th {
        color: #FFFFFF !important;
    }
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-14 thead th.sorting:after,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-14 thead th.sorting_asc:after {
        border-bottom-color: #FFFFFF !important;
    }
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-14 thead th.sorting_desc:after {
        border-top-color: #FFFFFF !important;
    }
                /* td inner border color */
                .wpdt-c.wpDataTablesWrapper table.wpDataTable#wpdtSimpleTable-14 td,
        .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-14 td,
        .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-14 tr.odd td,
        .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-14 tr.even td{
            border-color: #867B7B !important;
        }
                    /* table outer border color */
        .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-14 tr:last-child td,
                .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-14 tfoot tr td{
            border-bottom-color: #867B7B !important;
        }
                                    .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-14 tr td:first-child,
                .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-14 tr td:first-child{
                    border-left-color: #867B7B !important;
                }
                            .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-14 tr td:last-child,
                .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-14 tr td:last-child{
                    border-right-color: #867B7B !important;
                }
                .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-14 tr th {
            border-top-color: #867B7B !important;
        }
        
    
                                /* table font color */
    .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-14,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-14 {
        font-family: Verdana, Geneva, sans-serif !important;
    }
            /* table font size */
    .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-14,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-14 {
        font-size:12.5px !important;
    }
            
                