@media screen and (min-width: 1024px), print {
  .past-result .table table {
    table-layout: fixed;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .past-result .table table {
    table-layout: fixed;
  }
}

@media screen and (max-width: 767px) {
  .past-result .table table {
    table-layout: fixed;
  }
}
