body {
  background-color: #F2F2F2;
}

.layout-table {
  width: 628px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.layout-table--borderless {
  border: 0;
}

.layout-table--framed {
  border: 1px solid #b9b9b9;
}

.info-cell {
  width: 98%;
  text-align: left;
  padding-left: 2mm;
  vertical-align: bottom;
  font: 7pt Georgia, Arial, sans-serif;
}

.help-cell {
  width: 2%;
}

.summary-header-row {
  height: 30px;
}

.summary-table td {
  border-bottom: 1px solid #b9b9b9;
}

.summary-header-row td {
  border-right: 1px solid #b9b9b9;
}

.summary-header-row td:last-child {
  border-right: 0;
}

.summary-note-row td {
  border-right: 0;
}

.summary-data-row > td:first-child,
.summary-data-row > td.host-city-flag,
.summary-data-row > td.year-col,
.summary-data-row > td.winner-flag,
.summary-data-row > td.system-col,
.summary-data-row > td.players-col,
.summary-data-row > td.games-col {
  border-right: 1px solid #b9b9b9;
}

.note-row {
  border-right: 0;
}

.col-no {
  width: 30px;
}

.col-host-group {
  width: 164px;
}

.host-city {
  text-align: left; 
  padding-left: 2px;
  width: 113px;
  border-right: 0;
}

.host-city-gap {
  text-align: right;
  width: 16px;
  border-left: 0;
  border-right: 0;
}

.host-city-flag,
.winner-flag {
  width: 28px;
  border-left: 0;
  padding-right: 1px;
}

.year-col {
  width: 50px;
}

.col-winner-group {
  width: 214px;
}

.system-col {
  text-align: center;
  width: 50px;
}

.players-col,
.games-col {
  text-align: center;
  width: 45px;
}

.pgn-col {
  text-align: center;
  width: 30px;
}

.winner-name {
  text-align: left; 
  padding-left: 2px;
  border-right: 0;
}

.footer-table {
  width: 520px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.footer-cell {
  width: 25%;
}

.plain-image {
  border: 0;
}

.url-note {
  font: 10px Courier New, monospace;
  color: darkgray;
}
