.cms-rr-md-reservable-timetable-date-and-times {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.cms-rr-md-reservable-timetable-date-and-times::-webkit-scrollbar {
    display: none;
}
.cms-rr-md-times {
    position: relative;
    height: 24px;
}
@media screen and (max-width: 1024px) {
    .cms-rr-md-times {
        min-width: 500px;
    }
}
.cms-rr-md-times > span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #b8c1cc;
}
.cms-rr-md-times > span > span {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.cms-rr-md-times > span > span,
.cms-rr-md-times > span > span > * {
    height: 100%;
}
.cms-rr-md-times > span > span > * {
    display: table-cell;
    float: none;
    width: 1%;
    border-left: 1px solid #c9d0d8;
}
.cms-rr-md-times > span > span > *:first-child {
    border-left: none;
}
.cms-rr-md-times ol {
    position: relative;
    z-index: 10;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.cms-rr-md-times ol,
.cms-rr-md-times ol > * {
    height: 100%;
}
.cms-rr-md-times ol > * {
    display: table-cell;
    float: none;
    width: 1%;
    text-align: center;
    vertical-align: middle;
    padding-left: 1px;
    font-size: 12px;
    color: #fff;
}
.cms-rr-md-times ol > *:first-child {
    border-left: none;
}
.cms-rr-md-times > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.cms-rr-md-times > div > * {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
}
.cms-rr-md-times > div em {
    background-color: #ffc03b;
}
.cms-rr-md-times > div strong {
    background-color: #fc5f7e;
}
