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

th {
    text-align: center;
    background: #9fd7ee;
}

td {
    text-align: left;
    background: #fff;
}

    td.date {
        text-align: right;
    }

th, td {
    letter-spacing: 0.5px;
    padding: 5px 10px;
    border: 1px solid #153f6b;
}
</pre></body></html>