/* @ignore next line@ */
/* needed for itext */
@page {
  margin: 10px 0 0 0;
}
@page landscape {
  size: A4 landscape;
}

body {
  margin: 0;
  font-family: Arial;
}
* {
  box-sizing: border-box;
}

tournament-playoff {
  display: block;
}

tournament-playoff .tournament-playoff-component {
  cursor: default;
}

tournament-playoff table.tournament thead tr td.header .distance .innings {
  width: 60px;
}

/* thead */

tournament-playoff table.tournament thead tr td.header div {
  padding: 10px;
}

tournament-playoff table.tournament thead tr td.header table {
  width: 100%;
}

tournament-playoff table.tournament thead tr td.header h1 {
  font-size: 1.8em;
}

tournament-playoff table.tournament thead tr td.header h2 {
  font-size: 1.4em;
}

tournament-playoff table.tournament thead tr td.header div {
  font-size: 1.2em;
}

tournament-playoff table.tournament thead tr td {
  border: none;
  white-space: nowrap;
}

tournament-playoff table.tournament thead tr td.logo {
  padding-left: 20px;
}

tournament-playoff table.tournament thead tr td.buffer {
  width: 100%;
}

tournament-playoff table.tournament thead tr td.header label {
  font-weight: bold;
  margin-right: 10px;
}

tournament-playoff table.tournament thead tr td.header span:not(.unit) {
  display: inline-block;
  height: 1.3em;
  border-bottom: 1px solid black;
  font-size: 1.3em;
}

tournament-playoff table.tournament thead tr td.header span span.unit {
  display: inline;
  font-weight: bold;
  border-bottom: none;
}

tournament-playoff table.tournament thead tr td.header .host-club label,
tournament-playoff table.tournament thead tr td.header .discipline label:not(.classification) {
  width: 100px;
  text-align: right;
}

tournament-playoff table.tournament thead tr td.header .host-club span {
  width: 340px;
}

tournament-playoff table.tournament thead tr td.header .discipline .value {
  width: 190px;
  margin-right: 10px;
}

tournament-playoff table.tournament thead tr td.header span.classification {
  width: 140px;
  text-align: right;
}

tournament-playoff table.tournament thead tr td.header .bottom {
  vertical-align: bottom;
}

tournament-playoff table.tournament thead tr td.header .date label,
tournament-playoff table.tournament thead tr td.header .distance label {
  width: 80px;
  text-align: right;
}

tournament-playoff table.tournament thead tr td.header .date span.date {
  width: 120px;
  text-align: center;
  margin-right: 10px;
}

tournament-playoff table.tournament thead tr td.header .date span.time {
  width: 70px;
  text-align: center;
}

tournament-playoff table.tournament thead tr td.header .distance span {
  text-align: right;
}

tournament-playoff table.tournament thead tr td.header .distance .points {
  width: 70px;
  margin-right: 10px;
}

tournament-playoff table.tournament thead tr td.header .distance .innings {
  width: 60px;
}

/* tbody */

tournament-playoff table.tournament {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid black;
  transform-origin: top left;
}

tournament-playoff table.tournament th,
tournament-playoff table.tournament td {
  border: 1px solid black;
  padding: 5px;
  text-align: left;
}

tournament-playoff table.tournament th.center,
tournament-playoff table.tournament td.center {
  text-align: center;
}

tournament-playoff table.tournament td {
  text-align: center;
}

tournament-playoff table.tournament td.header {
  text-align: left;
  font-weight: bold;
  padding-top: 1em;
}

tournament-playoff table.tournament td:nth-child(1),
tournament-playoff table.tournament td:nth-child(2) {
  min-width: 300px;
}

tournament-playoff table.tournament td:nth-child(2) {
  text-align: left;
}

tournament-playoff table.tournament td:nth-child(3),
tournament-playoff table.tournament td:nth-child(4),
tournament-playoff table.tournament td:nth-child(7) {
  width: 50px;
}

tournament-playoff table.tournament td:nth-child(5),
tournament-playoff table.tournament td:nth-child(6) {
  width: 100px;
}
