.cms-rr-md-reservable-timetable {
    position: relative;
}
.cms-rr-md-reservable-timetable-month-and-year {
    display: block;
    margin: 0 0 15px;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: -4px;
    line-height: 51px;
    color: #333;
}
.cms-rr-md-reservable-timetable-month-and-year span {
    position: relative;
    top: -5px;
    margin-left: 5px;
    border-bottom: 1px solid #333333;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: -1px;
    color: #333;
}
.cms-rr-md-reservable-timetable-control {
    position: absolute;
    right: 2px;
    top: 15px;
}
.cms-rr-md-reservable-timetable-control a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-left: 1px;
    padding: 0;
    border-radius: 4px;
    box-shadow: 1px 1px 2px #d6d6d6;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
}
.cms-rr-md-reservable-timetable-control a .fa {
    margin-top: -2px;
    color: #f8b91e;
}
.cms-rr-md-reservable-timetable-date-and-times > li {
    position: relative;
    margin: 3px 0 0;
    padding: 0 0 0 42px;
}
.cms-rr-md-reservable-timetable-date-and-times > li:first-child {
    margin-top: 0;
}
.cms-rr-md-reservable-timetable-date-and-times > li > strong {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 42px;
    text-align: center;
    background-color: #2f5888;
    font-family: Dotum;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    color: #fff;
}
.cms-rr-md-reservable-timetable-desc {
    margin: 12px 0;
    text-align: right;
    font-size: 12px;
    line-height: 15px;
    color: #666;
}
.cms-rr-md-reservable-timetable-desc li {
    display: inline-block;
    margin-left: 10px;
}
.cms-rr-md-reservable-timetable-desc li > * {
    font-weight: normal;
    font-style: normal;
}
.cms-rr-md-reservable-timetable-desc li > * > span {
    margin-right: 2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #b8c1cc;
}
.cms-rr-md-reservable-timetable-desc li > strong > span {
    background-color: #fc5f7e;
}
.cms-rr-md-reservable-timetable-desc li > em > span {
    background-color: #ffc03b;
}
