/*make the modal fit the screen*/
/* 100% of viewable screen - pixels for header and footer */
.modal-body {
    max-height: calc(100vh - 208px);
    overflow-y: auto;
    /* max-height: 74vh; *//*74% of viewable screen*/
}
