﻿/* odd rows background color */
    .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-42 tr.odd td,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-42 tr.odd td {
        background-color: #E8FAFF !important;
    }

                        /* rows hover background color */
    .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-42 tr.odd:hover > td,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-42 tr.odd:hover > td,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-42 tr.odd:hover > td.sorting_1,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-42 tr.even:hover > td,
    .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-42 tr.even:hover > td,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-42 tr.even:hover > td.sorting_1 {
        background-color: #9AE8C1 !important;
    }

                /* table font color */
    .wpdt-c.wpDataTablesWrapper table#wpdtSimpleTable-42,
    .wpdt-c .wpDataTablesWrapper table.wpDataTable.wpDataTableID-42 {
        font-family: Verdana, Geneva, sans-serif !important;
    }