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

#my-welcome-message {
  display: none;
  z-index: 99999999999999 !important;
  position: fixed;
  width:75%;
  left: 12.5%;
  top: 20%;
  padding: 20px 2%;
  font-family: Calibri, Arial, sans-serif;
  background: #FFF;
  font-size:14px;
}

#fvpp-close {
  position: absolute;
  bottom: 10px;
  right: 20px;
  cursor: pointer;
  background:#2b3f56; color:#fff;
  padding:5px;
}

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

#fvpp-dialog p { margin: 0; }