.thehours {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 15px;
    line-height: var(--e-global-typography-text-line-height);
    width: 100%;
    color: var(--e-global-color-text);
}
.thehours tr.current {
    background-color: var(--e-global-color-accent);
    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;
}