#pz-talk-overlay {
  z-index: 1001;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0,0,0,0.5);
}

#pz-talk-modal {
  z-index: 9991;
  display: none;
  position: fixed;
  //width: 700px;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid #000;
  border-radius: 4px;
  background: #fff;
}

#pz-talk-close {
  position: relative;
  float: right;
  margin: -10px;
}

#pz-talk-close:hover {
  cursor: pointer;
}

#pz-talk-content {
  text-align: center;
  padding: 10px;
}
