  
body {
  zoom: 75%; /* Scales the entire page to 75% of its original size */
  background-image: none;
  background: none;
}
header, .brand-bar, .top-bar, footer { 
  display: none; 
}

.print-only {
  display: inherit;
}

#appMain { 
  width: 100%; 
  padding: 0;
}  

#appMain h1 {
  border-bottom: 3px solid black;
  padding-bottom: 1rem;
}

#appMain h1.header-licensee {
  border: none;
  padding: none;
  display: block;
  margin-bottom: 0;
  font-size: 2.8rem;
}

#appMain h1.header-licensee + h1 {
  margin-top: 0;
  font-weight: normal;
}

#appMain h1.header-licensee + h1::after {
  content: " for Fuel Dispensers (other than LPG)";
}

.report-page {
  max-width: none;
  margin: none;
}

.report-print-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.5rem;
}

.tab-panel {
  border: none;
  padding: 0;
  box-shadow: none;
  background: none;
}

.report-section { 
  border-bottom: none;
  clear: both;
}

.report-subsection {
  background: none;
  border: 3px solid black;
  border-radius: 4px;
}

#reportContent > section:nth-child(4) {
   break-before: page;
}

.grade-themed {
  background: none !important;
}

.report-grid dd {
  background: none;
}

.report-grid dt {
  border-bottom: 1px solid gainsboro;
}

.report-section h5 {
  border-top: none;
  padding-top: 0;
  margin: 1rem 0 0 0;
}

.report-subsection h3 {
  font-weight: bold;
}

.report-section h4:first-child {
  margin-bottom: .5em;
}

.form6-preview-note, .report-output > p:first-child {
  display: none;
}

.report-hoses .report-card-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.report-grid dt {
  padding-bottom: 0;
}

.grade-themed + .report-grid {
  grid-template-columns: minmax(0px, 8rem) 1fr; 
}

.verification-mark {
  font-size: 1.2rem;
  padding: 2rem 0 .3rem 0;
}


@media (max-width: 900px) {
  .instrument-columns {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }
}
@media (max-width: 900px) {
  .report-two-column-grid {
    grid-template-columns: repeat(2, minmax(380px, 1fr));
}
