/* Generated by less 2.5.1 */
.table_exam {
  border-collapse: collapse;
  width: 100%;
}
.table_exam:last-of-type {
  margin-bottom: 30px;
}
.table_exam__col-1,
.table_exam__col-3,
.table_exam__col-4 {
  width: 17.5%;
}
.table_exam__col-2 {
  width: 47.5%;
}
.table_exam__header {
  color: #354c5e;
  text-align: left;
  padding: 0.75em 0 0.75em;
}
.table_exam__btn_download {
  cursor: pointer;
  transition-duration: 0.3s;
}
.table_exam__btn_download:hover {
  filter: brightness(1.2);
}
.table_exam th {
  color: #9ba9b5;
  padding: 20px;
  font-size: 16px;
}
.table_exam th,
.table_exam td {
  border: 1px solid #eff1f2;
}
.table_exam td {
  font-weight: 600;
  font-size: 18px;
  padding: 20px;
}
.table_exam td:not(:nth-of-type(2)) {
  text-align: center;
}