table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

th {
    background-color: #f2f2f2;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9 !important; /* Light grey color for even rows */
}

tbody tr:nth-child(odd) {
    background-color: #ffffff !important; /* White color for odd rows */
}