html {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  line-height: 1.5;
  max-width: 100%;
  overflow-x: hidden;
}
#score-table-left {
  border: 1px solid #000;
  margin-left: 1rem;
  border-collapse: collapse;
  float: left;
}
#score-table-left tr td,
#score-table-left tr th {
  border-bottom: 1px solid #000;
  padding-inline: 0.25rem;
  border-right: 1px dashed #000;
}
#score-table-left thead th {
  border-bottom: 3px solid #000;
}
#score-table-left tr.prize {
  background-color: #90ee90;
  -webkit-print-color-adjust: exact;
}
#score-table-left tr.prize td,
#score-table-left tr.prize th {
  font-style: italic;
}
#score-table-left tr.score-row:last-child td {
  border-bottom: none;
  border-right: 1px dashed #000;
}
#score-table-left tr.score-row:nth-child(1) {
  background-color: #008000;
  -webkit-print-color-adjust: exact;
  font-weight: bold;
  color: #fff;
}
#score-table {
  border: 1px solid #000;
  margin-left: 1rem;
  border-collapse: collapse;
}
#score-table tr td,
#score-table tr th {
  border-bottom: 1px solid #000;
  padding-inline: 0.25rem;
  border-right: 1px dashed #000;
}
#score-table thead th {
  border-bottom: 3px solid #000;
}
#score-table tr.prize {
  background-color: #90ee90;
}
#score-table tr.prize td,
#score-table tr.prize th {
  font-style: italic;
}
#score-table tr.score-row:last-child {
  background-color: #b22222;
  -webkit-print-color-adjust: exact;
  color: #fff;
  font-weight: bold;
}
#score-table tr.score-row:last-child td {
  border-bottom: none;
  border-right: 1px dashed #000;
}
#score-table tr.score-row:nth-child(1) {
  background-color: #008000;
  -webkit-print-color-adjust: exact;
  font-weight: bold;
  color: #fff;
}
#score-table-right {
  border: 1px solid #000;
  margin-left: 1rem;
  border-collapse: collapse;
  float: left;
}
#score-table-right tbody tr td,
#score-table-right tr th {
  border-bottom: 1px solid #000;
  padding-inline: 0.25rem;
  border-right: 1px dashed #000;
}
#score-table-right thead th {
  border-bottom: 3px solid #000;
}
#score-table-right tr.prize {
  background-color: #90ee90;
  -webkit-print-color-adjust: exact;
}
#score-table-right tr.score-row:last-child {
  background-color: #b22222;
  -webkit-print-color-adjust: exact;
  color: #fff;
  font-weight: bold;
}
#score-table-right tr.score-row:last-child td {
  border-bottom: none;
  border-right: 1px dashed #000;
}
ul.rules {
  color: #f00;
  font-size: 3rem;
}
#registeredPlayers h1 {
  font-size: 4rem;
}
#registeredPlayers h2 {
  font-size: 3.5rem;
}
#registeredPlayers h3 {
  font-size: 3rem;
}
#registeredPlayers h4 {
  font-size: 2.5rem;
}
#registeredPlayers h5 {
  font-size: 2rem;
}
#registeredPlayers h6 {
  font-size: 1.5rem;
}
#admin {
  position: fixed;
  right: 0;
  top: 0;
}
#register {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
  width: 100%;
}
#playerList th {
  text-align: left;
}
#playerList th:not(:first-child) {
  padding-left: 1rem;
}
