table.swiss-round{
  counter-reset: rank;
  border: 3px solid #ececec;
  border-radius: 3px;
  border-spacing: 0;
}

table.swiss-round tr{
  height: 40px;
}

table.swiss-round thead {
  font-weight: 600;
  color: white;
  background-image: linear-gradient(to bottom, #52a3c6, #3a96be);
  text-shadow: 0px 1px 0px #0f598f;
}

table.swiss-round thead 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: #f1f1f1;;
}

table.swiss-round tbody td{
  border: 1px solid #d6d6d6;
  padding: 5px 5px 4px 5px;
}

table.swiss-round tbody tr:nth-child(8) td {
  border-bottom: 3px solid #d6d6d6;
}


table.swiss-round tbody td img {
  vertical-align: middle;
}

table.swiss-round tbody td:nth-child(2) img {
    padding-right: 7px;
}

table.swiss-round tbody td:nth-child(n+3) {
  text-align: center;
}

table.swiss-round tbody td:first-child {
  padding: 3px 7px;
  width: 30px;
  text-align: center;
}

table.swiss-round .match-win{
  background-color: #7ed96966;
}

table.swiss-round .match-lose{
  background-color: #b6565b66;
}

table.swiss-round tbody tr td:first-child::before {
  content: counter(rank);
  counter-increment: rank;
}


table.swiss-round tbody td:first-child {
  font-weight: 600;
}

table.swiss-round tbody td:nth-child(2) {
  font-weight: 600;
}