<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.md-typeset__table {
   min-width: 100%;
}*/

table { 
    min-width: 100%; 
    text-align: right; 
/*    table-layout: fixed;*/
/*     border-collapse: collapse;  */
/*     margin:10px auto; */
/*    font-size: 14px;*/
    }
/* Zebra striping */
tr:nth-of-type(odd) { 
    background: #eee; 
    }
th { 
    background: grey; 
    color: white;
    font-size: 18px;
/*     font-weight: bold;  */
    }
td, th { 
/*     padding: 5px;   */
    border: 1px solid #ccc; 
    text-align: right; 
/*     font-size: 14px; */
    }


h1 {
  color: #00ff00;
}

@media only screen and (min-width: 80em) {
  .md-main__inner {
    max-width: none;
  }
  .md-sidebar--primary {
    left: 1;
  }
  .md-sidebar--secondary {
    right: 0;
    margin-left: 1;
    -webkit-transform: none;
    transform: none;   
  }
}

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