.teams .title-card {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 10px;
}
.teams h3 {
  font-weight: bold;
}
.teams .registration {
  margin-bottom: 15px;
}
.teams .team {
  padding-left: 25px;
  margin-bottom: 6px;
}
.teams .team > span {
  display: inline-block;
}
.teams .team .team-name-and-city {
  width: 166px;
}
.teams .team .team-name {
  width: 92px;
}
.teams .team .vegas-line {
  width: 74px;
}
.teams .instructions h4 {
  margin-top: 0;
}
.teams .instructions h4:not(:first-child) {
  margin-top: 27px;
}
.teams .instructions div {
  padding: 15px;
  border: 1px solid #0003;
  border-radius: 12px;
}
