<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.border {
    border-style:solid;
    border-width:1px;
    border-color:#FF9966;
    border-spacing:2px;
}

table.padded, table tr.padded, table tr td.padded {
    padding:8px;
}

table.padded-middle {
}

table.list tr {
    height: 30px;
}

table tr.head,
table tr td.head {
    background:#E5EAF0;
}

table tr.content,
table tr td.content {
    background:#F6FBFF;
}

.center {
    text-align: center;
}
</pre></body></html>