  #pdfview {
    position: relative;
  }
  .pdfcol {
    display: block;
    float: left;
    width: 31%;
    height: auto;
    padding: 10px;
  }
  .pdfcol-half {
    display: block;
    float: left;
    width: 48%;
    height: auto;
    padding: 10px;
  }
  .pdfcol-full {
    display: block;
    float: none;
    width: 100%;
    clear: both;
    padding: 10px;
  }
  .pdfcol-full::before,
  .pdfcol-full::after {
    content:'';
    display: block;
    clear: both;
  }
  img#print-logo {
    display: none;
  }



.admin-section {
    body {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      color: #000000;
    }
    .pdfcol h6 {
        background: none;
        border-bottom: solid 1px #ccc;
        color: #0e3d6d;
        margin: 15px 0px;
    }
    #pdfconsent {
      background: #eee;
      margin: 15px auto;
      padding: 15px;
    }
    #pdfview p {
      font-size: 17px;
      line-height: 24px;
      padding: 0 10px;
    }
    #pdfview #pdfconsent p {
      color: #000;
      font-weight: 500;
      font-size: 10px;
      line-height: 15px;
      margin: 0;
    }
    #pdfview p#pdfdate {
      display: block;
      font-size: 15px;
      text-align: left;
      margin: 5px 0 10px;
    }
    #pdfview #pdfsigs p {
      font-size: 16px;
      font-weight: 500;
      margin: 10px;
    }
}


@media print {
  .application-form-print {
    background-color: #fff;
    color: #000;
    font-size: 14px !important;
    line-height: 16px;
    margin: 0;
    padding: 50px;
  }
  header,
  footer,
  iframe {
    display: none;
  }
  img#print-logo {
    display: block;
    width: 150px;
    margin: 5px 5px 15px;
  }
  #pdfconsent {
    background: #eee;
    margin: 15px auto;
    padding: 10px 15px;
  }
  #pdfview p,
  .application-form-print p {
    font-family: Helvetica, Arial, sans-serif;
    display: block;
    background: transparent;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    outline: 0;
    border: 0;
    padding: 0 10px;
    text-decoration: none;
  }
  #pdfview p#pdfdate {
    display: block;
    text-align: left;
    margin: 5px 5px 10px 30px;
  }
  #pdfview #pdfconsent p,
  .application-form-print #pdfconsent p {
    color: #000;
    font-weight: 500;
    font-size: 9px;
    line-height: 14px;
    margin: 0;
  }
}