.wpb-business-hours .wpb-business-hour {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 10px 0;
  border-bottom: 0px solid transparent;
}
.wpb-business-hours .wpb-business-hour:last-child {
  border-bottom: none !important;
}
.wpb-business-hours .wpb-business-hour .wpb-business-day, .wpb-business-hours .wpb-business-hour .wpb-business-time {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
