table.results tr td { text-align: right; }
td.failed { background-color: red; }
td.success { background-color: #9f9; }
td.score { background-color: #fc9; }
td.time { font-size: small; }
td.problem { background-color: #ff6; }
td.badrun { background-color: #f6f; }
table.results tr th {
   background-color: #ccf;font-size: small;
   vertical-align: top; }
