td.center {
  text-align: center;
}

table.result {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-collapse: collapse;
  margin: 8px;
}

table.fullwidth {
  width: 90%;
  max-width: 800px;
}

table.result tr td {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 4px;
}

table.result tr.gold td {
  background-color: #f3d878;
}

table.result tr.grey td {
  background-color: #cccccc;
}

table.result tr td.position {
  font-weight: bold;
  text-align: center;
}

table.result tr td.number {
  font-size: smaller;
  text-align: center;
}

table.result tr.title td {
  font-weight: bold;
}

table.info tr td.title {
  font-weight: bold;
  text-align: right;
}

table.info tr td {
  text-align: center;
}

table.info tr td.total {
  background-color: #f3d878;
  font-weight: bold;
  border: 1px solid black;
}

table.handdiagram {
  margin-left: auto;
  margin-right: auto;
}

table.handdiagram tr td.hand {
  letter-spacing: 4px;
  line-height: 150%;
  font-size: 110%;
}

table.handdiagram tr td.hand img {
  margin-right: 4px;
}

table.pairs tr td {
  text-align: center;
}

td.win {
  color: blue;
}

td.lose {
  color: red;
}

td.draw {
  color: green;
}

table.cross-table {
  text-align: center;
  width: 70%;
}

table.cross-table tr td.name {
  text-align: left;
  font-weight: bold;
}

table.cross-table tr td.title {
  font-weight: bold;
  background-color: #F3D878;
}
