.container {
  margin-top: 2rem !important;
  padding-top: 1rem;
  width: 750px;
  height: 950px;
  display: block;
  margin: auto;
  text-align: right;
  font-family: iranyekan;
}
.container h3 {
  margin-bottom: 0;
}

.roomBox1 {
  display: inline-block;
  padding: 8px;
}
.roomBox1 > span {
  border: 1px solid black;
  width: 3rem;
  height: 1.7rem;
  display: inline-block;
  position: relative;
}
.roomBox1 > span span {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
.roomBox1 .reserve {
  color: black;
}

.reserveRooms .roomBox2 {
  display: inline-block;
  margin: 4px;
  text-align: right;
}
.reserveRooms .roomBox2 > div {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  height: 5rem;
}
.reserveRooms .roomBox2 span {
  display: block;
}
.reserveRooms .roomBox2 .website {
  border: 1px solid rgb(113, 113, 113);
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

table {
  width: 100%;
  font-size: 0.9rem;
  border-radius: 10px;
  border-spacing: 0;
  margin-top: 1rem;
}
table th {
  text-align: center;
}
table th,
table td {
  border: 0.5px solid black;
  padding: 4px;
  text-align: center;
  font-size: 12px;
}/*# sourceMappingURL=nightStatus.css.map */