div#eho-overlay-BG {
  background-color: rgba(196, 18, 48, 0.4);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
#eho-overlay {
  border: 0.75em solid #808080;
  border: 0.75em solid rgba(80, 80, 80, 0.67);
  border-radius: 0.5em;
  display: none;
  width: 528px;
}
#eho-overlay button {
  margin-bottom: 1em;
}
#eho-overlay div {
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
}
#eho-overlay h2 {
  background-color: #c41230;
  color: #fff;
  font-family: 'OpenSansSemibold';
  font-size: 1.5em;
  font-weight: normal;
  padding: 0.25em;
  text-align: center;
}
#eho-overlay p {
  color: #000;
  line-height: 1.25;
  padding: 1em;
}

