/*Календарь игр*/

.table--calendar .table-cell-date {
  width: 130px;
  text-transform: uppercase;
}

.table--calendar .table-cell-time{
  width: 60px;
}

.table--calendar .table-cell-place {
  width: 190px;
  color: #939393;
}

.table--calendar .table-cell-score {
  width: 50px;
}

.table--calendar .table-cell-logo {
  width: 50px;
}

.table--calendar .table-cell-team {
  width: 135px;
}

.table--calendar .table-cell-team a {
  font-weight: 700;
}

.table--calendar .table-cell-team a[href]:hover {
  color: #ff8207;
  transition: 0.2s;
}

.table--calendar .table-cell-round {
  width: 110px;
  padding: 0 15px 0 0;
  color: #939393;
}

.table--calendar td.table-cell-round,
.table--calendar td.table-cell-place {
  font-size: 12px;
}

.table--calendar .table-score {
  color: #000000;
}

.table--calendar .table-score:hover .table-score-main {
  color: #ff8207;
  transition: 0.2s;
}

.table--calendar .table-score {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.table--calendar .table-score-main {
  font-weight: 700;
  font-size: 16px;
  color: #252223;
  opacity: 0.8;
}

.table--calendar .table-score-main .additional {
  font-size: 9px;
  opacity: 0.7;
}

.table-cell-team a {
  color: #2f2c2e;
}

.table-cell-team a[href]:hover {
  color: #ff8207;
  transition: 0.2s;
}
