.book-data-row {
  cursor: pointer;
}
.row-select {
  background-color: gainsboro;
}
.month-price {
  border: 2px solid lightgray;
  margin: 0 0 30px 0;
}
.month-price th {
  text-align: center;
  padding: 8px;
}
.event-day {
    border: 1px solid #eee;
    padding: 8px 5px;
}
.month-day {
  text-align: center;
  font-size: small;
  color: darkgray;
}
.day-price {
  text-align: right;
  color: darkslategray;
  /*margin: 0 3px 0 0;*/
}

.header-container {
  display: flex;          /* Enable flexbox */
  align-items: center;    /* Align items vertically in the center */
  justify-content: space-between; /* Push the h1 and div to the edges of the container */
  margin: 0 0 30px 0;
}
