#related_vs .tile .no_items {
  color: #aaaa;
  text-align: center;
  padding: 20px 0 40px 0;
  margin-top: 15px;
}
#related_vs .tile .no_items .icon {
}
#related_vs .tile .no_items .desc {
  font-family: var(--nice_font_2);
  font-size: 12px;
}

/* /////////////////////////////////////////////// */

#related_vs .single_vs {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  height: 200px;
  overflow: hidden;
}

#related_vs .single_vs .vs_title {
  margin-top: 10px;
  text-align: center;
}

#related_vs .single_vs .vs_date {
  font-size: 11px;
  font-family: var(--nice_font_2);
}

#related_vs .single_vs .vs_mission {
  margin: 0px;
  font-size: 12px;
  font-family: var(--nice_font_2);
  height: 22px;
  overflow: hidden;
}

#related_vs .single_vs .players {
  padding: 10px 0 10px 0;
  text-align: center;
  min-height: 136px;
}

#related_vs .single_vs.players_4 .players {
  padding: 26px 0 26px 0;
}

#related_vs .single_vs .single_player {
  display: inline-block;
  margin: 10px;
}

#related_vs .single_vs.players_4 .single_player {
  margin: 10px 5px !important;
}

#related_vs .single_vs .player_photo {
}

#related_vs .single_vs .player_photo a {
  display: block;
}

#related_vs .single_vs .player_photo img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin: auto;
}

#related_vs .single_vs.players_4 .player_photo img {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}

#related_vs .single_vs .player_score {
  font-size: 12px;
  margin-top: -10px;
}

#related_vs .single_vs .player_score span {
  line-height: 24px;
  display: inline-block;
  background: #fff8ed !important;
  border: 1px solid #f9d3b5;
  color: #bd4d0a !important;
  font-size: 12px;
  padding: 0px 6px;
  border-radius: 13px;
}

#related_vs .single_vs .single_player.winner .player_score span {
  background: #e8ffcc !important;
  border: 1px solid #bceeae;
  color: #17840e !important;
}

#related_vs .champion {
  font-size: 12px;
  font-family: var(--nice_font_2);
  color: #a2a2a2 !important;
}
