
body {
  background-color:#f0f4f7
}
area {
    cursor: zoom-in;
    display:block;
}
.imgmodal {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
}
.app .imgmodal {
  width: 400px;
}
.modal-dialog {
  position: relative;
  display: table;
  overflow: auto;
  width: auto!important;
  min-width: 300px;
}
.modal-body { /* Restrict Modal width to 90% */
  overflow-x: auto !important;
  max-width: 90vw !important;
}
