table.gameSum {
  width: 500px;
}
table.gameSum thead td {
  font-weight: bold;
}
table.gameSum tfoot td {
  font-weight: bold;
  padding-top: 5px;
  text-align: right;
}

hr {
  background-color: #f03;
  color: #f03;
  line-height: 2px;
  height: 2px;
  width: 500px;
  margin: 15px 0px;
}