span.fs-4 {
  font-size: 35px;
}
table.table tr td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  padding: 10px;
}

table.table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-top: 10px;
}
.green {
  background: green;
  color: white;
}
.text-green {
  color: green;
}
.red {
  background: red;
  color: white;
}
table.table {
  display: none;
}

button#myButton {
  margin-top: 20px;
  padding: 10px 30px;
  border: 1px solid #ccc;
}
button#myButton a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

/* form */
#get_bill {
  text-align: center;
  padding: 20px; /* Add padding to make the form larger */
}

input[type="number"] {
  padding: 10px; /* Add padding to make the input field larger */
  font-size: 20px; /* Increase font size */
}

input[type="submit"] {
  padding: 12px 20px;
  font-size: 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
}

td#amountToPay, td#billAmounts {
  font-weight: bold;
}

td#dueDate {
  color: #fb5d1d;
}

img.siteLogo {
  width: 180px;
  border-right: 2px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
}


/* OVERRIDES */
.table thead th {
  border-bottom: none;
}
