.tabellometer {
  empty-cells: show;
  border: 0;
}
.tabellometer thead th {
  text-align: center;
  width: 30px;
  border-bottom: 1px solid black;
}
.tabellometer thead td {
  text-align: center;
}
.tabellometer tbody th {
  text-align: center;
  font-weight: normal;
  border-right: 1px solid black;
}
.tabellometer .flag {
  background-color: orange;
}


.fixturelist {
  empty-cells: show;
  font-size: 90%;
}
.fixturelist .date {
  font-style: italic;
}
.fixturelist .result {
  text-align: center;
}
.fixturelist .kwo {
  font-weight: bold;
}
.fixturelist .winner {
  color: red;
}
.fixturelist hr {
  border: 1px dashed grey;
  height: 1px;
  width: 100%;
}


.statistic {
  empty-cells: show;
}
.statistic th {
  text-align: center;
}
.statistic td.place, .statistic td.win, .statistic td.loss, .statistic td.diff, .statistic td.vs {
  text-align: center;
}
.statistic .win {
  border-right: 0;
}
.statistic .loss {
  border-left: 0;
}
.statistic .vs {
  border-left: 0;
  border-right: 0;
}
