<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

.tables {
    text-align: center;
    width: 907px;
    margin: auto;
}

.table-bordered {
    border: 2px solid #6699cc;
    border-bottom: 2px solid #6699cc;
}

.table-bordered&gt;tbody&gt;tr&gt;td {
    border: 1px solid #6699cc;
    line-height: 22px;
    vertical-align: middle;
}

.title {
    color: #336699;
}
</pre></body></html>