.text-block {
  justify-content: center;
}
.rental-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-family: Arial, sans-serif;
}
.rental-table th, .rental-table td {
  border: 1px solid #333;
  padding: 10px 12px;
  text-align: center;
}
.rental-table thead th {
  background-color: #f2f2f2;
  font-weight: bold;
}
.rental-table .product {
  text-align: left;
  font-weight: bold;
}
.rental-table .price {
  font-weight: bold;
}
.rental-table .disclaimer {
  text-align: left;
  font-size: 0.85em;
  color: #555;
}
.rental-table.greyed {
  opacity: 0.5;
  filter: grayscale(1);
}
