
.popup {
  background: rgba(100, 100, 100, 0.6);
  position: fixed;
  display: none;
  z-index: 9999;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.popup .wrapper {
  max-width: 90%;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 0px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
  overflow: scroll;
  max-height: 90%;
}
.default {cursor: pointer;}
#closePopup{
    float: right;
	font-family: "Montserrat", cursive;
	font-weight: 100;
}

area {
	cursor: pointer;
}