table.swiss-round{
  border-collapse: collapse;
  counter-reset: rank
}

table.swiss-round thead {
  /*background-color: #53b5e0;*/
  color: white;
  background-image: linear-gradient(to bottom, #56a6c7, #3894bd);
}

table.swiss-round thead td {
  border: 1px solid #5aa8c9;
  text-align: center;
  padding: 5px 7px;
}

table.swiss-round tfoot {
  /*background-color: #53b5e0;*/
  color: white;
  background-image: linear-gradient(to bottom, #56a6c7, #3894bd);
}

table.swiss-round tfoot td {
  border: 1px solid #5aa8c9;
  text-align: center;
  padding: 5px 7px;
}

table.swiss-round tbody tr:nth-child(2n) {
  background-color: #ffffff;
}
table.swiss-round tbody tr:nth-child(2n+1){
  background-color: #e5e5e5;
}
table.swiss-round tbody td{
  /* border: 1px solid #c1c1c1; */
  padding: 7px 5px 7px 10px;;
}

table.swiss-round tbody td:first-child {
  padding: 3px 7px;
  width: 10px;
  text-align: center;
}

/* table.swiss-round tbody tr td:first-child::before { */
  /* content: counter(rank); */
  /* counter-increment: rank; */
/* } */

/* table.swiss-round tbody tr:nth-child(-n+2) td:first-child { */
  /* background-color: #79cc78; */
/* } */
/* table.swiss-round tbody tr:nth-child(n+3):nth-child(-n+5) td:first-child { */
  /* background-color: #a1c487; */
/* } */
/* table.swiss-round tbody tr:nth-child(n+6):nth-child(-n+8) td:first-child { */
  /* background-color: #d8e064; */
/* } */
/* table.swiss-round tbody tr:nth-child(n+9) td:first-child { */
  /* background-color: #dd9380; */
/* } */

table.swiss-round tbody td:first-child {
  font-weight: 600;
}

table.swiss-round tbody td:nth-child(2) {
  font-weight: 600;
  /* border-right: 2px solid #a1a1a1; */
}
table.swiss-round tbody td:nth-child(3) {
  font-weight: 600;
  /* border-right: 2px solid #a1a1a1; */
}