.stats {

}

.stats table {
  background-color: #ffffff;
  border-collapse: collapse;
  width: 100%;
}

.stats tr {
  height: 56px;
}

.stats tr:not(:last-child):not(:first-child) {
  border-bottom: 1px solid #e9e9e9;
}

.stats tr td {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #000000;
  min-width: 40px;
}

.stats .match-tr .match,
.stats tr td:first-child {
  padding-left: 28px;
  text-transform: uppercase;
}

.stats .table-title {
  height: 70px;
}

.stats .table-title.orange {
  background-color: #fd9f01;
}

.stats .table-title .table-title-td {
  text-align: left;
}

.stats .table-title td {
  font-weight: 500;
}

.stats tr.abbr {
  height: 40px;
}

.stats tr.abbr td abbr {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}

.stats .team-tr {
  background-color: #f6f6f0;
  font-size: 18px;
  font-weight: 400;
}

.stats .match-tr .tournament,
.stats .match-tr .match,
.stats .team-tr .team {
  text-align: left;
}

.stats .team-tr .team .team-logo {
  width: 36px;
  height: 36px;
  border: 1px solid #efefef;
  display: inline-block;
}

.stats .team-tr .team .team-logo img {
  width: 100%;
  height: 100%;
}

.stats .team-tr .team .team-title {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  text-transform: none;
}

.stats .team-tr .team .team-title:hover {
  font-weight: 700;
}

.stats .team-tr td {
  font-weight: 500;
}

.stats .match-tr .tournament {
  width: 300px;
  border-right: 1px solid #e9e9e9;
}

.stats .match-tr .tournament.with-parent {
  width: 400px;
}

.stats .match-tr .tournament a,
.stats .match-tr .match a {
  font-size: 18px;
  font-weight: 300;
  color: #222222;
}

.stats .match-tr .tournament a:hover,
.stats .match-tr .match a:hover {
  text-shadow: 0 0 0 #8a8a8a;
}

.stats .match-tr .tournament .round-title,
.stats .match-tr .match .match-date {
  font-size: 11px;
  font-weight: 300;
  color: #8c8c8c;
  margin-top: 1px;
}

.stats .match-tr .tournament .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #8c8c8c;
  border-radius: 100%;
  position: relative;
  top: -4px;
}