ul {
  list-style: none;
  padding-inline-start: 5px;
}
.game {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 2px 5px #ccc;
  padding: 1px;
  width: 190px;
  margin: 8px 5px;
  float: left;
}
.status {
  text-align: center;
  font-size: 12px;

}
.footer {
  text-align: center;
  font-size: 12px;
  padding: 2px;
}
.score {
  text-align: justify;
  font-size: 16px;
  color: #a5a6a7;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  display:inline-block;


  flex-shrink: 0;
  line-height: 1.3;
  vertical-align: center;
    white-space: nowrap;
}
.record {
  text-align: justify;
  font-size: 12px;
  color: #a5a6a7;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  display:inline-block;


  flex-shrink: 0;
  line-height: 1.3;
  vertical-align: center;
    white-space: nowrap;
}
.team {
  color: #1d1e1f;
  width: 120px;
  display: inline-block;

  vertical-align: middle;
  line-height: 1;
  align-items: center;
  text-align: left;
  font-size: 14px;
  padding-left: 10px;
}
.logo {
  height: 30px;
  width: 30px;
  vertical-align: middle;
}
.score_details {
  display: inline-block;
}
.byeTeam {
  padding: 0px 5px;
}
