table {
  border-collapse: collapse;
  border: 1px solid;
  font-family: "Maven Pro", "Calibri", sans-serif;
  font-size: 12px;
}
th {
  border: 1px solid black;
  padding: 8px;
  font-family: "Maven Pro", "Calibri", sans-serif;
  text-align: left;
}
td {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px white;
  border-right: 1px white;
  padding: 5px;
  font-family: "Maven Pro", "Calibri", sans-serif;
}
.blank-row {
  background-color: #f2f2f2;
  font-weight: bold;
  font-family: "Maven Pro", "Calibri", sans-serif;
}
footer {
  font-family: "Maven Pro", "Calibri", sans-serif;
  font-size: 10px;
  text-align: center;
}
.section-heading {
  padding-top: 50px;
  padding-bottom: 10px;
  font-weight: bold;
  font-family: "Maven Pro", "Calibri", sans-serif;
}
.highlight-orange {
  background-color: orange;
}
.highlight-red {
  background-color: #ff7074;
}
#customerIDinput {
  width: 50px; /* Adjust the width as needed */
}
.top-bar {
  background-color: #ccc;
  padding: 10px;
  height: 200px;
  text-align: center;
  font-family: "Maven Pro", "Calibri", sans-serif;
}
body,
table {
  font-family: "Maven Pro", "Calibri", sans-serif; /* Use Maven Pro if available, otherwise fallback to Calibri or sans-serif */
}
#customerName {
  text-align: center;
  font-family: "Maven Pro", "Calibri", sans-serif;
  font-weight: bold;
}
.footer-bar {
  background-color: #ccc; /* Gray background color */
  height: 100px; /* Adjust height as needed */
}