<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dzen-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-family: inherit;
}

.dzen-table thead {
    background: #2f5aae;
    color: #fff;
}
.dzen-table thead th {
    text-align: center;
}

.dzen-table th {
    font-size: 19px;
}

.dzen-table th,
.dzen-table td {
    padding: 12px 16px;
    border: 2px solid #c3c3c3;
}

.dzen-table td {
    text-align: left;
}

/*.dzen-table tbody tr:nth-child(even) {
    background: #f6f8fc;
}*/

.dzen-table td:first-child {
    background-color: #eef3fc;
    font-weight: 500;
}</pre></body></html>