/* Enter Your Custom CSS Here */


#customers {
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

/* #customers tr:nth-child(even){background-color: #f2f2f2;} */

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #A0237E;
    color: white;
}

#table2 {
    border-collapse: collapse;
    width: 100%;
}

#table2 td, #table2 th {
    border: 1px solid #ddd;
    padding: 8px;
}

#table2 tr:hover {background-color: #ddd;}

#table2 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #A0237E;
    color: white;
}

#table3 {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #a0237e;
    color: white;
}