table.list .function, p.notes, .score {
  display: none;
}

#games_list {
  display: block !important;
}
#games_list table td {
  padding: 0 0.5em;
}

table.list th {
  text-align: left; 
}

table.list td.game {
  font-family: courier new;
}
table.list td.game .date {
  margin-right: 0.5em;
}
table.list td.game .notice {
  text-decoration: underline;
}

#cards .other_info p {
  margin: 0;
  margin-top: 0.5em; 
}
#cards .other_info textarea {
  position: relative;
  width: 100%;
  font-size: 8pt;
  overflow: hidden;
}

table#cards caption {
  font-weight: bold;
  font-style: italic;
}
table#cards caption .title {
  font-style: normal;
  text-decoration: underline;
}
table#cards caption .location {
  font-weight: normal;
  font-size: 10pt;
  font-style: normal;
}
table#cards td {
  vertical-align: top;
}
table#cards td.space {
  width: 0.5cm;
}

table.game_card {
  table-layout: fixed;
  font-size: 10pt;
}
table.game_card caption {
  font-style: italic;
  font-weight: normal;
  padding-bottom: 0.2em;
}
table.game_card caption .name {
  font-weight: bold;
}
table.game_card div {
  overflow: hidden;
}
table.game_card th {
  color: #333;
  font-weight: normal;
  font-size: 8pt;
  text-align: center;
  width: 3cm;
}
table.game_card th.stat {
  width: 0.8cm;
}
table.game_card tr td {
  font-size: 8pt;
  line-height: 1.5em;
}
table.game_card .contact {
  font-weight: bold;
}
table.game_card td.main {
  padding-left: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.game_card th.player_no, table.game_card td.player_no {
  width: 2em;
}
table.game_card td.player_no {
  text-align: center;
}

ul.boxset {
  font-size: 8pt;
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
}
ul.boxset span {
  text-transform: uppercase;
}
ul.boxset span, ul.boxset li {
  float: left;
  margin-right: 0.5em;
}
ul.boxset li {
  list-style-type: none;
  height: 0.5cm;
  width: 0.5cm;
  border: 1px solid #CCC;
}
ul.boxset li.big {
  width: 1cm;
}
ul.boxset li.last {
  margin-right: 0 !important;
}
