/* modal lightbox */

#modal_container  {
  overflow: auto;
  padding: 0;
  border: 1px solid black;
  background-color: white;
  cursor: pointer;
  font-size-adjust: none;
  line-height: 1.2;
}

#modal_overlay {
  background-color: #000;
  cursor: pointer;
}
