table.results {
 border-collapse: separate;
 border-spacing: 0;
 border: 1px solid gray;
 font-size: 90%;
 padding: 0.5em;
 background-color: #FFFFF5;
 color: #000;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
}
table.results caption {
 background-color: #006;
 color: #fff;
 font-weight: bold;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
table.results th {
 border-bottom: 1px solid black;
 padding: 0.1em 0.5em;
}
table.results th.final {
 color: #f00;
 font-weight: bold;
}
table.results td.final {
 font-weight: bold;
}
table.results td {
 padding: 0.1em 0.5em;
}
table.results td.winner {
 color: #f00;
}
table.results tr.winner {
 color: #f00;
}
table.results td.awardee {
 background-color: #ff0;
 font-weight: bold;
}

table.results tr.awardee {
 background-color: #ff0;
 font-weight: bold;
}

table.results td.looser {
 color: #c0c0c0;
}

table.results tr.looser {
 color: #c0c0c0;
}

table.results td.passed {
 background-color: #fafad2;
}

table.results tr.passed {
 background-color: #fafad2;
}