<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table {
    border-collapse: collapse;
    margin-bottom: 1rem;
    width: 100%;
}

thead,
tbody,
tfoot {
    border: 1px solid #f1f1f1;
    background-color: #FFFFFF;
    text-align: left;
}

thead tr,
tfoot tr {
    background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
    font-weight: bold;
    text-align: left;
}

table th,
table td {
    padding: 0.75rem 1rem;
}

tbody tr:nth-child(2n) {
    background-color: #f1f1f1;
}
</pre></body></html>