.tippspiel-footer {
  position: sticky;
  border-top: 1px #e7e7e7 solid;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  bottom: 0px;
  background-color: white;
}

.table .tippspiel-button {
  margin-top: 0;
  vertical-align: top;
}

a.tippspiel-button {
  color: #000;
}

a.tippspiel-button:hover {
  color: white;
  background-color: #265a88
}

.tippspiel-button {
  padding: 5px 10px;
}

.table .tippspiel-textfield {
  width: 30px;
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: #e3e3e3;
  padding-left: 5px;
}

.tippspiel-textfield[disabled] {
  background-color: #eee;
}

table.print, th.print, td.print {
  border: 1px solid;
  border-collapse: collapse;
  line-height: 1;
}

td.print {
  padding: 3px;
  min-width: 50px;
  min-height: 40px;
}

td.print:nth-child(even),th.print:nth-child(even) {
  background-color: #EBEBEB;
}
th.print > div {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
td.kuerzel {
  text-align: center;
}
th.print {
  vertical-align: bottom;
  padding: 3px 17px 3px 18px;
}
th.spieltag {
  text-align: left;
  vertical-align: top;
  padding: 3px;
}

td.paarung {
  white-space: nowrap;
  padding: 10px 3px 10px 3px;
}


