.participants_list {
  font-size: 160%;
  line-height: 1.75em;
}
@media screen and (max-width: 1024px) {
  .participants_list {
    font-size: 150%;
  }
}
@media screen and (max-width: 575px) {
  .participants_list {
    font-size: 140%;
  }
}

body {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.participants_page {
  padding-bottom: 100px;
}
.participants_page .section_title {
  padding-top: 55px;
}

.participants_list {
  margin-top: 40px;
  background: #ffffff;
  width: 100%;
  border-spacing: 0;
}
.participants_list th {
  font-family: "mardoto-medium", "roboto-medium";
  font-weight: normal;
  vertical-align: top;
}
.participants_list tbody tr:last-child td {
  border-bottom: none;
}
.participants_list tr th:last-child,
.participants_list tr td:last-child {
  border-right: none;
}
.participants_list th,
.participants_list td {
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  text-align: center;
  padding: 30px;
}
.participants_list th:first-child,
.participants_list td:first-child {
  width: 8%;
}
.participants_list th:nth-child(2),
.participants_list td:nth-child(2) {
  width: 42%;
}
.participants_list th:nth-child(3),
.participants_list td:nth-child(3) {
  width: 25%;
}
.participants_list th:last-child,
.participants_list td:last-child {
  width: 25%;
}
.participants_list td:nth-child(3), .participants_list td:last-child {
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .participants_list th,
  .participants_list td {
    padding: 20px;
  }
  .participants_list th:nth-child(2),
  .participants_list td:nth-child(2) {
    width: 38%;
  }
  .participants_list th:nth-child(3),
  .participants_list td:nth-child(3) {
    width: 27%;
  }
  .participants_list th:last-child,
  .participants_list td:last-child {
    width: 27%;
  }
}
@media screen and (max-width: 1024px) {
  .participants_page {
    padding-bottom: 80px;
  }
  .participants_page .section_title {
    padding-top: 45px;
  }
  .participants_list {
    margin-top: 30px;
  }
  .participants_list th,
  .participants_list td {
    padding: 20px 15px;
  }
  .participants_list th:first-child,
  .participants_list td:first-child {
    width: 10%;
  }
  .participants_list th:nth-child(2),
  .participants_list td:nth-child(2) {
    width: 42%;
  }
  .participants_list th:nth-child(3),
  .participants_list td:nth-child(3) {
    width: 24%;
  }
  .participants_list th:last-child,
  .participants_list td:last-child {
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  .participants_list thead {
    display: none;
  }
  .participants_list tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0;
  }
  .participants_list td {
    border-right: none;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    text-align: right;
    padding: 10px 15px;
  }
  .participants_list td:before {
    content: attr(data-th);
    display: block;
    font-family: "mardoto-medium", "roboto-medium";
    padding-right: 15px;
    text-align: left;
    white-space: normal;
  }
  .participants_list td:first-child {
    width: 100%;
  }
  .participants_list td:first-child:before {
    display: none;
  }
  .participants_list td:nth-child(2) {
    width: 100%;
  }
  .participants_list td:nth-child(3) {
    width: 100%;
  }
  .participants_list td:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .participants_page {
    padding-bottom: 60px;
  }
  .participants_page .section_title {
    padding-top: 35px;
  }
  .participants_list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .participants_list td {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 15px;
  }
  .participants_list td:before {
    padding-bottom: 10px;
    padding-right: 0;
    text-align: center;
  }
}

/*# sourceMappingURL=participant.css.map */
