/*body {
  background-image: url("/national_team/paris_olympic_2024/img/countrylist_nj_bg_left.png"), url("/national_team/paris_olympic_2024/img/countrylist_nj_bg_right.png"), url("/national_team/paris_olympic_2024/img/main-bg.jpg");
  background-repeat: repeat-y, repeat-y, repeat-y;
  background-position: left 0 top 0, right 0 top 0, center center;
  background-size: 25%, 25%, 100% auto;
}
@media (min-width: 1025px) {
  body {
    background-image: url("/national_team/paris_olympic_2024/img/countrylist_nj_bg_left.png"), url("/national_team/paris_olympic_2024/img/countrylist_nj_bg_right.png"), url("/national_team/paris_olympic_2024/img/main-bg.jpg");
    background-repeat: repeat-y, repeat-y, repeat-y;
    background-position: left 0 top 0, right 0 top 0, center center;
    background-size: 15%, 15%, 100% auto;
  }
}

table {
  background: #fff;
}

.nj-player-profile {
  margin: 20px 0 0 0;
}
@media (min-width: 1025px) {
  .nj-player-profile {
    margin: 50px 0 0 0;
  }
}
.nj-player-profile__name {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  line-height: 40px;
  background: #dc236e;
  color: #fff;
  box-sizing: border-box;
  font-size: 21px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .nj-player-profile__name {
    font-size: 24px;
  }
}
.nj-player-profile__txt {
  margin: 10px 0;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .nj-player-profile__txt {
    margin: 20px 0;
    font-size: 14px;
  }
}
.nj-player-profile__24q {
  margin: 10px 0;
  padding: 10px;
  background: #dc236e;
}
@media (min-width: 1025px) {
  .nj-player-profile__24q {
    margin: 20px 0;
    padding: 20px;
  }
}
.nj-player-profile__24q p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .nj-player-profile__24q p {
    font-size: 24px;
  }
}
.nj-player-profile__24q table {
  width: 100%;
  background: #fff;
}
.nj-player-profile__24q table td:nth-child(1) {
  width: 3%;
  text-align: center;
  white-space: nowrap;
}
.nj-player-profile__24q table td:nth-child(2) {
  width: 42%;
}
@media (min-width: 1025px) {
  .nj-player-profile__24q table td:nth-child(2) {
    width: 32%;
  }
}
.nj-player-profile__24q table td:nth-child(3) {
  width: 55%;
}
@media (min-width: 1025px) {
  .nj-player-profile__24q table td:nth-child(3) {
    width: 65%;
  }
}*/
