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

table {
    width: 100%;
    border-width: var(--base-border-width) 0 0 var(--base-border-width);
    border-style: solid;
}

thead { }

table th,
table td {
    padding: 10px;
    border-width: 0 var(--base-border-width) var(--base-border-width) 0;
    border-style: solid;
}

/*
table tr:nth-of-type(even) td { }*/

/*
.tables table tr:nth-of-type(even) td,
.tables .body .item:nth-of-type(even) { }*/

/*
table th { }*/

table tr p:first-of-type {
    margin-top: 0;
}

table tr p:last-of-type {
    margin-bottom: 0;
}</pre></body></html>