* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
.caption-table {
  font-size: 3rem;
  font-weight: bold;
  color: #ffb612;
  margin: 0px 0px 30px 0px;
}
.wrap-opponent-team-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wrap-opponent-team-item div {
  margin: 0;
}
.theme {
  color: #ffb612;
  background: #203731;
}
.table {
  background: transparent;
}
thead abbr a {
  color: #ffb612;
  font-weight: 700;
}
.table tbody td {
  color: #fff;
  font-weight: 600;
}
.wrap-opponent-team-item .logo-team {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 2px;
  background: #fff;
}
.wrap-opponent-team-item .logo-team .logo{
  text-align: center;
  width: 100%;
  height: 100%;
}
.wrap-opponent-team-item .logo-team .logo img {
  width: 100%;
  height: 100%;
  padding: 2px;
}
.is-padding-less {
  padding-left: 0px;
  padding-right: 0px;
}
.wrap-opponent-team-item .name-item-text span {
  font-weight: 600;
  text-align: justify;
  white-space: normal;
  letter-spacing: -0.5px;
  word-spacing: -0.5px;
  font-size: 1.05rem !important;
}
.name-item-text .is-uppercase .logo {
  display: none;
}
.wrap-opponent-team-item .listname-item-text {
    color: #ffb612;
    font-size: .9rem;
    word-spacing: 1px;
    cursor: pointer;
}
.wrap-opponent-team-item .opponent-item-text {
    padding-left: 15px;
}
.table tbody tr {
  padding: 15px 0px;
  border-bottom: 3px solid #ffb612 !important;
}
.table tbody tr:last-child {
  border: 0 !important;
}
.table th,
.table td {
  border: 0px !important;
}
.table td {
  padding: 0.75em 0.75em;
}
tbody {
  border: 0px !important;
}
.table tbody .td-text {
  text-align: center;
}
.td-text-item p {
  text-align: left;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }

  .table thead {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    background: #ffb612;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .title-td-text-item {
    font-weight: 700;
  }
  thead .thead-table abbr a {
    color: #203731 !important;
    font-weight: 700;
    font-size: .75rem;
  }
}

@media screen and (max-width: 768px) {
  .tr-header-table-game-matrix {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
  }
  .tr-header-table-game-matrix .th-table-game-matrix{
    max-width: 70px;
  }
  .tr-header-table-game-matrix .th-opponent-team {
    float: left;
    max-width: 75px;
    position: relative;
  }
  .tr-header-table-game-matrix .th-opponent-team .icon-tablesort {
    position: absolute;
    top: 6px;
    right: 0px;
  }
  .row-table-game-matrix {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
  }
  .row-table-game-matrix .td-fixed {
    width: 50px;
  }

  .row-table-game-matrix .td-flex {
    width: 90px;
  }

  .row-table-game-matrix .td-fixed p.subtitle-td-text-item, .row-table-game-matrix .td-flex p.subtitle-td-text-item {
    font-size: 0.72rem
  }

  .row-table-game-matrix .title-td-text-item {
    margin-bottom: 0 !important;
  }
  .td-text-item p {
    text-align: center;
    margin-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .tr-header-table-game-matrix {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
  }
  .tr-header-table-game-matrix .th-opponent-team {
    float: left;
    max-width: 100px;
    position: relative;
  }
  .tr-header-table-game-matrix .th-opponent-team .icon-tablesort {
    position: absolute;
    top: 6px;
    right: 0px;
  }
  .tr-header-table-game-matrix .th-table-game-matrix{
    max-width: 100px;
  }
  .row-table-game-matrix.columns.is-multiline  {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
  }
  .row-table-game-matrix.columns.is-multiline .td-fixed {
    width: 100px;
  }
  .row-table-game-matrix.columns.is-multiline .td-flex {
    width: 100px;
  }
}

@media only screen and (max-width: 370px) {
  .row-table-game-matrix .td-fixed {
    font-size: .7rem;
  }
  .row-table-game-matrix .td-flex {
    width: 74px;
    font-size: .7rem;
  }
  .row-table-game-matrix .td-flex p.subtitle-td-text-item {
    font-size: 0.65rem
  }
  thead .thead-table abbr a {
    font-size: 0.65rem
  }
  .tr-header-table-game-matrix .th-opponent-team .icon-tablesort.asc {
    top: 8px;
  }
}