body {
  font-family: "Segoe UI", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
  background: #fff;
}
body .hours-wrapper {
  max-width: 300px;
  width: 100%;
  text-align: center;
}
body .hours-wrapper .status {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 15px;
  margin-bottom: 10px;
}
body .hours-wrapper .status i {
  margin-right: 6px;
  color: gray;
}
body .hours-wrapper .hours {
  font-size: 15px;
}
body .hours-wrapper .hours .day-row {
  display: flex;
  justify-content: space-between;
  margin: 4px 0;
}
body .hours-wrapper .hours .day-row.today {
  font-weight: bold;
}
body .hours-wrapper .hours .day-row .hours-value {
  text-align: right;
}/*# sourceMappingURL=business-hours.css.map */