.windowModal {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0,0,0,0.8);
      z-index: 99999;
      text-align:center;
      display:none;
      pointer-events: auto;
}

.windowModalLabel {
   position:relative;
   top: 50%;
   transform: translateY(-50%);
   color: #33ccff;
   font-size: 18px;
}

.windowModalTextBox {
   position:relative;
   top: 50%;
   transform: translateY(-50%);
   color: #33ccff;
   font-size: 18px;
   border: none;
   background-color: transparent;
   text-align:center;
}

.windowModalLinkButton {
   position:relative;
   top: 50%;
   transform: translateY(-50%);
   font-size: 18px;
   color: #ccff66;
   font-size: 18px;
}

.windowModalButton {
   position:relative;
   top: 50%;
   transform: translateY(-50%);
   font-size: 18px;
}