@media print {
  /* All your print styles go here */
  #header,
  #footer,
  #bookmarks,
  #notes,
  #breadcrumbs,
  .debug,
  #nav {
    display: none !important;
  }

  body {padding: 0.5in;}

  main, #main-content {
    position: relative;
    top: auto; left: auto;
    width: auto;
  }

  #mainArticle {padding-top: 0; padding-right: 0; width: auto;
    padding: 0px;
    min-width: auto;
    max-width: auto;
  }

  .speciesType {margin-top: 0; font-size: 90%;}

  hr.print, .toc, .aside {
    break-before: page;
    margin: 1in;
  }

  article h1 {
    position: relative;
    top: auto; 
  }
  table {
    border-collapse: collapse;
  }
  th, td {
    border: 1px solid;
    background-color: transparent !important;
    color: black !important;
  }


}