body {
  font-family: Arial, sans-serif;
}

.container {
  width: 80%;
  margin: 0 auto;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}

table, th, td {
  border: 1px solid black;
  padding: 4px;
  text-align: center;
}

/* Hide the quick ordering buttons column when printing */
@media print {
  .do-not-print-column {
    display: none;
  }
}

th {
  background-color: #f2f2f2;
}

input[type="text"],
input[type="number"],
select {
  width: 100%;
  padding: 8px;
  margin: 4px 0;
  box-sizing: border-box;
}

/* Style for radio buttons */
input[type="radio"] {
  transform: scale(1.5); /* Adjust the scale factor as needed */
  margin-right: 8px; /* Add some spacing between radio button and label */
}

.quick-select-buttons button {
  margin-right: 5px;
}

.info-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ddd;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}

#fluidRate {
  margin-top: 10px;
}

button.quick-select {
  cursor: pointer;
}
