/* Saving / loan scheme detail popup (saving-scheme.php, loan-scheme.php).
   The .scheme-detail blocks only hold the HTML the modal copies in. */

.scheme-detail {
  display: none;
}

.scheme-modal-body {
  max-height: 70vh;
  overflow-y: auto;
}

.scheme-modal-body img {
  max-width: 100%;
  height: auto;
}

.scheme-modal-body table {
  width: 100%;
  max-width: 100%;
}
