/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2023 | 23:57:49 */
.tournament {
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 28px;
}

figure {
  margin: 0; 
}

table.result,
figure.result table {
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 28px !important;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

table.result tr,
figure.result table tr {
  border-bottom: 1px solid #eee;
}

table.result tr:last-child,
figure.result table tr:last-child {
  border-bottom: none;
}

table.result td,
figure.result table td {
  border-bottom: none !important;
  padding: 15px 15px !important;
  line-height: 1.2;
  width: 10%;
}

table.result td:nth-of-type(9n+1),
figure.result table td:nth-of-type(9n+1) {
  text-align: center;
  padding-left: 30px !important;
}

table.result td:nth-of-type(9n+2),
figure.result table td:nth-of-type(9n+2)  {
  text-align: center;
}

table.result td:nth-of-type(9n+3),
figure.result table td:nth-of-type(9n+3) {
  text-align: center;
  width: 5%;
}

table.result td:nth-of-type(9n+4),
figure.result table td:nth-of-type(9n+4) {
  text-align: right;
  width: 5%;
}

table.result td:nth-of-type(9n+5),
figure.result table td:nth-of-type(9n+5) {
  text-align: center;
  width: 5%;
}

table.result td:nth-of-type(9n+6),
figure.result table td:nth-of-type(9n+6) {
  text-align: left;
}

table.result td:nth-of-type(9n+7),
figure.result table td:nth-of-type(9n+7) {
  text-align: left;
}

table.result td:nth-of-type(9n+8),
figure.result table td:nth-of-type(9n+8) {
  text-align: right;
  width: 5%;
  color: #ccc;
}

table.result td:nth-of-type(9n+9),
figure.result table td:nth-of-type(9n+9) {
  text-align: right;
  width: 5%;
  color: #ccc;
  padding-right: 30px !important;
}

table.result td.L,
figure.result table td.L {
  text-align: left;
}

table.result td.C,
figure.result table td.C {
  text-align: center;
}

table.result td.R,
figure.result table td.R {
  text-align: right;
}

table.result td.com,
figure.result table td.com {
  text-align: center;
  padding-right: 5px;
  padding-left: 10px;
  color: #ccc;
}

table.result td.cam,
figure.result table td.cam {
  text-align: center;
  padding-right: 10px;
  padding-left: 5px;
  color: #ccc;
}

table.score,
figure.score table {
  width: 100%;
  margin-bottom: 28px;
  border-collapse: separate;
  border-spacing: 1px;
  border: none;
  background-color: #555;
  box-sizing: border-box;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

table.score.column,
figure.score.column table {
  margin-bottom: 40px;
}

table.score td,
figure.score table td {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: none !important;
  padding: 15px 0px !important;
  width: 5.5%;
  line-height: 1.2;
  font-weight: bold;
  background-color: #222;
}

table.score th,
figure.score table th {
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: none !important;
  padding: 0px 5px !important;
  width: 5.5%;
  line-height: 1.2;
  background-color: #1B0945 !important;
}

table.score th:first-child,
figure.score table th:first-child {
  padding: 0px 15px !important;
}

table.score th:nth-last-of-type(1),
figure.score table th:nth-last-of-type(1) {
  padding: 15px 5px !important;
}

table.score th.name,
table.score td.name,
figure.score table th.name,
figure.score table td.name {
  width: 12% !important;
  letter-spacing: 1px;
  padding: 2px 2px;
  line-height: 1.5em;
}

@media screen and (max-width: 1180px) {
  table.result,
  table.score,
  figure.result table,
  figure.score table {
    font-size: 10px;
  }


}