div#show_results {
  margin: 0;
  transform: translate(-50%, -50%);
  max-width: min(90%, 1000px);
  height: auto;
  max-height: min(70vh, 800px);
  top: 50% !important;
  left: 50% !important;
  overflow-y: auto;
}

#show_results .fa-list-ol {
  color: var(--color-accent) !important;
}

#show_results .modal-body > table {
  width: calc(100% - 32px) !important;
}
