div.resultColumn { width:40em; }
div.summaryColumn { float:left; width:20em; }

table.results {
  border:1px solid black;
  border-collapse:collapse;
  margin-bottom:1em;
  width:100%;
}

table.results th, table.results td {
  padding:2px 5px;
  border:1px solid black;
  text-align:center;
}

table.results th.top {
  border-bottom:2px solid black;
}

table.results .borderLeft {
  border-left:2px solid black;
}

table.results .borderRight {
  border-right:2px solid black;
}

table.results .noTopLeftBorder {
  border-top:1px solid white;
  border-left:1px solid white;
}

table.results .name {
  text-align:left;
  color:inherit;
  background-color:#FFFFAA;
}

th.pointsFor, td.pointsFor, th.pointsAgainst, td.pointsAgainst {
  color:inherit;
  background-color:#BBFFBB;
}

th.pointsTotal, td.pointsTotal {
  color:inherit;
  background-color:#99FF99;
}

div.goto { color:#999; background-color:#f8f8f8; border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding:2px; }
div.goto a { color:#999; background-color:inherit; text-decoration:none; font-weight:bold; }
div.goto a:hover { text-decoration:underline; }