.closeBtn{ font-family:Tahoma, Geneva, sans-serif; float:right; font-size:12px;}

.modal p {
  font-size: 14px;
  text-align: left;
  margin: 10px 0 0;
}
.modal p:hover {
  cursor: pointer;
}


.overlay_big_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.modal {
  display: none;
  background: #eee;
  padding: 0 20px 20px;
  overflow: scroll;
  z-index: 9999;
  position: absolute;
  width: 800px;
  height: 500px;
  top:50%;
}


