table {
    width: 100%;
    margin-bottom: 1em;
}

table td {
    border: 1px solid #444;
    padding: 0.2em 0.3em;
}

table th {
    text-align: left;
    border: 1px solid #ccc;
    padding: 0.2em 0.3em;
    background-color: var(--primary);
    color: white;
    font-weight: bold;
}

table tr {
    background-color: #f0f0f0;
}

table tr:nth-child(2n) {
    background-color: #e0e0e0;
}
