#catchup-detail-page{
    padding: 40px 70px;
    padding-bottom: 0;
}
#catchup-detail-page-category-name {
    font-size: 50px;
    color: #FFFCDF;
    text-align: center;
    font-weight: normal;
}
#catchup-detail-page .page-top-info-container{
    margin:20px 50px;
}
#epg-dates-container {
    position: relative;
    margin-top:10px;
}
#epg-dates-wrapper {
    position: relative;
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
}
.epg-date-item-container {
    color: #FFFCDF;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 35px;
    padding: 10px 25px;
    background: #533748;
    border: 3px solid transparent;
    transition: all 0.1s;
    margin-right: 10px;
}
.epg-date-item-container.active{
    border-color: #fff;
}
.epg-date-item-date {
    font-weight: bold;
}
#epg-programmes-container {
    height: 840px;
    margin-top: 20px;
    overflow-y: scroll;
    position: relative;
}
.epg-programme-item-container{
    padding: 5px 0;
}
.epg-programme-item-wrapper {
    background: #533748;
    padding: 15px 30px;
    border: 3px solid transparent;
    transition: all 0.1s;
    border-radius: 10px;
}
.epg-programme-item-wrapper.active{
    border-color: #fff;
}
.epg-programme-title {
    color: #ABA8A8;
    font-size: 30px;
    font-weight: bolder;
}
.epg-clock-icon {
    height: 30px;
}
.epg-programme-time {
    font-size: 25px;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    color: #ABA8A8;
}
