#fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

#message-once {
  display: none;
  z-index: 999999999999999;
  position: fixed;
  width: 36%;
  left: 30%;
  top: 0;
  max-height: 90vh;
  overflow: auto;
  padding: 20px 2%;
  font-family: Calibri, Arial, sans-serif;
  background: #FFF;
  color: #000;
}

@media screen and (max-width: 800px) {
	#message-once {
		box-sizing: border-box;
		left: 5%;
		right: 5%;
		width: 90%;
	}
}

#message-once a {
  color: #000;
}

#fvpp-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

#fvpp-dialog h2 {
  font-size: 2em;
  margin: 0;
}

#fvpp-dialog p { margin: 0; }
