.fight-box {
  padding: 15px 0 10vh;
}

.nav .nav-link {
  line-height: 30px;
  min-width: 100px;
  text-align: center;
}

.fight-list {
  overflow: auto;
  width: 100%;
}

.table {
  min-width: 700px;
}

.table th,
.table td {
  text-align: center;
  vertical-align: middle;
  color: #333;
  line-height: 30px;
}

.card {
  overflow: hidden;
  border-radius: 20px;
  border: none;
  max-width: 400px;
  min-width: 300px;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.fight-item {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.team-info {
  width: 30%;
}

.team-info .team-name {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-info .team-players {
  font-size: 14px;
  color: #fff;
}

.fight-result {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}