<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-- tabular data --*/

table
{
    border-collapse:    collapse;
    width:              100%;
}

table tr th {
    text-align: left;
}

table thead td
{
    border-bottom:      3px solid #DDD;
    font-size:          10px;
    font-weight:        bold;
    text-transform:     uppercase;
    padding:            5px;
}

table tbody td
{
    border-bottom:      1px solid #DDD;
    padding:            5px;
}

table tfoot td
{
    border-top:         1px solid #DDD;
    color:              #333;
    padding:            5px;
    font-weight:        bold;
    background:         #CCC;
}

</pre></body></html>