﻿
  @page {
    size: 9.5in 4.13in landscape;
    margin: 0.4in;
    padding: 0;
    @top {
      /* no header */
      content: “”;
     }
     @bottom {
      /* no footer */
      content: “”;
     }
  }

  html {
    font-size: 12pt;
  }

  body {
    margin: 0;
    padding: 0;
  }

  main {
    margin: 0;
    padding: 0;
  }

  /* hide everything except the form */
  header, footer, article, h2, button, output, label, #shell-toolbar-wrapper  {
    display: none;
  }

  #envelope-shell-root {
    border: none;
    margin: 0;
    padding: 0;
  }

form {
    margin: 0;
    padding: 0;
     background-color: black !important;
}

.address-block {
    min-height: 1.8in;
    padding: 0;
}

.text-box {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 12pt;
    font-weight: 600;
    color: black;
                 border: none !important;
}

.item-row {
  margin: 0;
  padding: 0;
    line-height: 4pt;
    white-space: nowrap;
}

        section[aria-label="destination address"] {
            margin-left: 3.5in;
                    }
