.thehours-divider {
  margin: 15px 0;
  height: 1px;
  background-color: var(--e-global-color-fc52da4);
}

.thehours-title {
  color: var(--e-global-color-text);
  border-left: solid 4px var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family);
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight:  var(--e-global-typography-secondary-font-weight);
  line-height: var(--e-global-typography-secondary-line-height);
  padding: 5px 0 5px 15px;
  margin-top: 0;
}
.thehours {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 15px;
    line-height: 35px;
    width: 100%;
    color: var(--e-global-color-text);
}
.thehours tr.current {
    background-color: var(--e-global-color-secondary);
    color: #ffffff;
}
.thehours tr td {
  padding: 0px 5px;
  width: 50%;
}
.thehours tr td:nth-child(1) {
    font-weight: 600;
}
.thehours tr td:nth-child(2) {
    font-weight: 400;
    text-align: right;
}