@page {
  size: landscape;
  margin: .45in .25in;

  /* This only works on Chrome 131+ at the moment. */
  @bottom-right {
    content: counter(page) ' of ' counter(pages);
  }
}

@media print {
  .noaa-species-export-print thead {
    display: table-header-group;
  }

  .noaa-species-export-print th,
  .noaa-species-export-print tr,
  .noaa-species-export-print td
  {
    break-inside: avoid;
  }
}
