@media screen {
  #printContainer {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    z-index: -10;
    pointer-events: none;
  }
}
@media print {
  body {
    overflow: visible;
  }
  .pageWrapper, header, footer {
    display: none;
  }
  .areaContent {
    border: 2px solid #333;
    border-bottom: none;
    padding: 0 10px;
    font-size: 12px;
    height: 0.875in;
    flex-shrink: 0;
  }
  .areaContent.small {
    height: 0.625in;
    font-size: 8.8px;
  }
  .accountDetails {
    margin: 5px 0;
  }
  #printContainer {
    display: flex;
    flex-direction: column;
    padding: 0.1875in;
    border-bottom: 2px dashed #b3b3b3;
    border-right: 2px dashed #b3b3b3;
    position: relative;
  }
  #printContainer > table {
    flex-shrink: 0;
    border-collapse: collapse;
  }
  #printContainer > table:before {
    position: absolute;
    bottom: -15px;
    left: 57%;
    font-size: 9px;
    transform: translateX(-50%);
  }
  #printContainer > table:after {
    position: absolute;
    right: -15px;
    top: 43%;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-lr;
    font-size: 9px;
  }
  #printContainer #printerGrid {
    display: grid;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 2px solid;
    border-left: 2px solid;
  }
  #printContainer #printerGrid:before {
    position: absolute;
    bottom: -15px;
    left: 57%;
    font-size: 9px;
    transform: translateX(-50%);
  }
  #printContainer #printerGrid:after {
    position: absolute;
    right: -15px;
    top: 43%;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-lr;
    font-size: 9px;
  }
  #printContainer #printerGrid p {
    padding: 0;
    margin: 0;
  }
  #printContainer.size1 {
    width: 5.75in;
    height: 5.375in;
  }
  #printContainer.size1 > #printerGrid {
    height: 4.125in;
  }
  #printContainer.size1 > #printerGrid tbody {
    height: 4.125in;
  }
  #printContainer.size1 > #printerGrid:before {
    content: '5 3/4"';
  }
  #printContainer.size1 > #printerGrid:after {
    content: '5 3/8"';
  }
  #printContainer.size1 > .small + #printerGrid {
    height: 4.375in;
  }
  #printContainer.size2 {
    width: 5in;
    height: 5.125in;
  }
  #printContainer.size2 > #printerGrid {
    height: 3.875in;
  }
  #printContainer.size2 > #printerGrid:before {
    content: '5"';
  }
  #printContainer.size2 > #printerGrid:after {
    content: '5 1/8"';
  }
  #printContainer.size2 > .small + #printerGrid {
    height: 4.125in;
  }
  #printContainer.size3 {
    width: 4.125in;
    height: 7.75in;
  }
  #printContainer.size3 > #printerGrid {
    height: 6.5in;
  }
  #printContainer.size3 > #printerGrid:before {
    content: '4 1/8"';
  }
  #printContainer.size3 > #printerGrid:after {
    content: '7 3/4"';
  }
  #printContainer.size3 > .small + #printerGrid {
    height: 6.75in;
  }
  #printContainer.size4 {
    width: 4in;
    height: 6.25in;
  }
  #printContainer.size4 > #printerGrid {
    height: 5in;
  }
  #printContainer.size4 > #printerGrid:before {
    content: '4"';
  }
  #printContainer.size4 > #printerGrid:after {
    content: '6 1/4"';
  }
  #printContainer.size4 > .small + #printerGrid {
    height: 5.25in;
  }
  #printContainer .areaTitle {
    display: none;
  }
  #printContainer:before {
    content: "Cut/Fold";
    position: absolute;
    bottom: -15px;
    left: 43%;
    font-size: 9px;
    transform: translateX(-50%);
  }
  #printContainer:after {
    content: "Cut/Fold";
    position: absolute;
    right: -15px;
    top: 57%;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-lr;
    font-size: 9px;
  }
  table {
    border: 2px solid #333;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    height: 100%;
    font-size: 0.7em;
  }
  td {
    border-top: 1px solid;
    border-right: 1px solid;
  }
  .fuseNumber {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    line-height: 1.2em;
  }
  .fuseDescription {
    display: flex;
    align-items: center;
    padding: 2px 10px;
    line-height: 1.2em;
  }
  @supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    table {
      display: flex;
    }
    .tbody {
      display: flex;
      flex-wrap: wrap;
    }
    .tbody tr {
      display: grid;
      grid-template-columns: 3.918% 46.1093% 3.918% 46.1093%;
      width: 100%;
    }
    .fuseNumber {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .fuseDescription {
      display: flex;
      align-items: center;
    }
  }
}
/*# sourceMappingURL=print.css.map */
