img.bootstrap_lightbox {
  cursor: pointer;
}

.image-modal .modal-lg .modal-body {
  text-align: center;
}

.modal .close:focus,
.modal .close:hover {
  border: 1px dotted black;
}

/* @todo: remove Important after Apricot updates theirs */
.modal-content .modal-header .close {
  margin: -19px 1px 0 !important;
}

.modal {
  z-index: 10000 !important;
}
