@media screen and (min-width: 1024px), print {
  .applicant .table table.top tr td:nth-of-type(3) {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .applicant .table table.top tr td:nth-of-type(3) {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .applicant .table table {
    width: 182.29167vw;
    table-layout: auto;
  }
  .applicant .table table.top tr td {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
  .applicant .table table.top tr td:nth-of-type(3) {
    text-align: center;
  }
}
