<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; 
    margin:10px auto;
    font-size: 12px;
    text-align: right;
    }  
/* Zebra striping */
tr:nth-of-type(odd) { 
    background: #eee; 
    }
th { 
    background: #3498db; 
    background: teal; 
    color: white; 
    font-weight: bold;
    text-align: right;
    line-height: 10px;
    }
td, th { 
    padding: 5px; 
    border: 1px solid #ccc; 
    text-align: right;
    font-size: 12px;
    line-height: 10px;
    }



/*div.sortable + table tr:nth-child(even) {background: #922}*/



/*  Sortable tables */ */
/*table.sortable thead {*/
/*    background-color:#eee;*/
/*    color:#666666;*/
/*    font-weight: bold;*/
/*   cursor: default;*/
/*}


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