tr, td, th {
  font-size: 0.8em;
  text-align: left;
  vertical-align: top;
}

.dtr-modal-content tr {
  line-height: 2;
  font-size: 1em;
}
.dtr-modal-content h2 {
  font-size: 1.5em;
}

@media screen and (min-width: 1000px) {
  .main-table { white-space: nowrap; }
}

.htmx-settling img {
  opacity: 0;
}
img {
 transition: opacity 300ms ease-in;
}

