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


h1 {
  color: #00ff00;
}

/*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>