.df-business-hour-wrap {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}

.df-business-hour-heading {
  text-align: center;
  font-size: 18px;
  padding: 13px 20px;
  background-color: #fafafa;
  margin-bottom: 0;
  font-weight: 500;
  color: #222;
}

.df-business-hours {
  padding: 0;
  list-style: none;
  color: #666;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
}

.df-business-hours li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 9px 20px;
  border-bottom: 1px solid #eaeaea;
}

.df-business-hour-meta {
  text-align: center;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.df-business-number {
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
}
