@media print {
  body {
    zoom: 0.7;
    -webkit-print-color-adjust: exact;
    width: 1305px!important;
  }
  .printBreak {page-break-before: always; }
  #Popup #Contents {
    width: 100%!important;
  }
  .Container.Wide {
    width: 100%!important;
    max-width: 100%!important;
  }
  #FooterPageTop {
    right: 28px;
  }
  .iframe_wrap {
    position: relative;
    height: 2450px!important;
    min-height: 2450px!important;
    max-height: 2450px!important;
  }
  .mailform {
    position: absolute;
    top: 0;
    left: 0;
    height: 2450px!important;
    min-height: 2450px!important;
    max-height: 2450px!important;
  }
  @-moz-document url-prefix() {
    .iframe_wrap {
      height: 2800px!important;
      min-height: 2800px!important;
      max-height: 2800px!important;
    }
    .mailform {
      height: 2800px!important;
      min-height: 2800px!important;
      max-height: 2800px!important;
    }
  }
}