/* table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #4CAF50;
    color: white;
} */

/* Make the table responsive */
/* @media screen and (max-width: 600px) {
    td, th {
        display: block;
        width: 100%;
        text-align: left;
    }
    tr {
        border: 1px solid #ccc;
    }
} */
