
body {
  font-family: 'Roboto Condensed',Arial;
  font-size: 14px;
}

.simplePopup {
  display: none;
  position: fixed;
  border: 4px solid #d870a9;
  background: #ed87bd;
  z-index: 3;
  color:#fff;
  padding: 12px;
  width: 70%;
  min-width: 70%;
}

.simplePopupClose {
  float: right;
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 10px;
}

.simplePopupBackground {
  display: none;
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
