  .dws {
     text-align:center;
     vertical-align:middle;
     white-space:nowrap;
     }
  .dwl {
     text-align:left;
     font-size:11pt;
     }
  .bad {
     font-size:150%;
     font-weight:bold;
     color:red;
     }
  tr:nth-child(even) {
     background-color: #f8f69b;
     }
  tr:nth-child(odd) {
     background-color: #ffdf32;
     }
  tr.hdr {
     background-color: #bba463;
     }
  table.ts {
     max-width:1000px;
     }
  body {
     background-color: #ece6e6;
     }
  .tuned {
     color: green;
     font-weight:bold;
     }
