  .ks-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background:rgba(255,255,255, 0.9);
  }

  .ks-modal-content
  {
    font-family: "Maison Neue Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 766px;
    height: 662px;
    background-color: white;
    position: absolute; 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 16px 16px;
    border: 16px;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .ks-title-text
  {
    font-size: 20px;
  }

  .ks-info
  {
    text-align: center;
  }

  .ks-button-continue{
    display: block;
    background-color: #009E74;
    color: #FFFFFF !important;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 16px;
    text-align: center;
    cursor: pointer;
    
  }
  .ks-button-continue a {
    text-decoration: none;
    color: #FFFFFF !important;
    -webkit-appearance: none !important;
  }

  .ks-button-close{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 16px;
    text-align: center;
    text-decoration: underline;
  }
  .ks-button-close a {
    cursor: pointer;
    text-decoration: none;
    color: black !important;
    -webkit-appearance: none !important;
  }