.stats {

}

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

.stats tr {
  height: 70px;
}

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

.stats tr.abbr {
  height: 46px;
  background-color: #576075;
  border-bottom: none;
}

.stats tr.abbr-2 {
  height: 40px;
  background-color: #9097a8;
  border-bottom: none;
}

.stats tr td {
  font-size: 15px;
  text-align: center;
}

.stats tr td:not(:first-child) {
  width: 80px;
}

.stats tr td:first-child {
  padding-left: 26px;
}

.stats td abbr {
  font-weight: 400;
}

.stats tr.abbr td {
  font-size: 15px;
  color: #ffffff;
}

.stats tr.abbr td:first-child {
  text-transform: uppercase;
  text-align: left;
}

.stats tr.abbr-2 td {
  font-size: 15px;
  color: #e5e5e5;
}

.stats tr.tournament-tr td {
  font-size: 17px;
  color: #000000;
}

.stats tr.team-tr td {
  color: #636363;
}

.stats tr.tournament-tr .tournament-title {
  text-align: left;
}

.stats tr.tournament-tr .tournament-title a {
  font-size: 17px;
  color: #000000;
  text-transform: uppercase;
}

.stats tr.team-tr .team {
  text-align: left;
  border-right: 1px solid #dddddd;
}

.stats tr.team-tr .team-image {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 20px;
}

.stats tr.team-tr .team-image img {
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

.stats tr.team-tr .team-title {
  font-size: 15px;
  color: #636363;
}

.stats tr.tournament-tr .tournament-title a:hover,
.stats tr.team-tr .team-title:hover {
  text-decoration: underline;
}

@media (max-width: 481px) and (orientation: portrait) {
  .stats table {
    table-layout: fixed;
  }

  .stats table td {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    width: calc(100%/7) !important;
    box-sizing: border-box;
  }

  .stats table .mobile-full-width {
    width: 100% !important;
    justify-content: flex-start;
  }

  .stats tr {
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 0 !important;
  }

  .stats tr.abbr td:first-child {
    padding-left: 15px;
    background-color: #2e374a;
  }

  .stats tr.abbr {
    height: auto;
  }

  .stats tr.tournament-tr td,
  .stats tr.team-tr .team {
    font-size: 14px;
    border-right: 0;
    border-bottom: 1px solid #dddddd;
  }

  .stats tr.team-tr .team,
  .stats tr.tournament-tr .tournament-title {
    padding-left: 15px;
  }

  .stats tr.tournament-tr .tournament-title a,
  .stats tr.team-tr .team-title {
    font-size: 14px;
  }

  .stats tr.team-tr .team-image {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .stats tr.team-tr .team-image img {
    box-sizing: border-box;
  }
}
