.dark .invert-for-dark {
  filter: invert(0.8);
}

#imglightbox {
  cursor: pointer;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;

  width: 100%;
  height: 100%;

  background-color: rgba(0,0,0,0.75);

  display: flex;
  justify-content: center;
  align-items: center;
}

#imglightbox > img {
  display: block;
  /*margin: 10% auto;*/
  max-height: calc(100vh - 15px);
  max-width: calc(100vw - 15px);
}

.northwind-diagram-src { display: none; }
