#catchup-channel-page .page-top-info-container{
    margin:20px 50px;
}
#catchup-channels-container {
    position: relative;
    margin: 20px auto;
    width: 90%;
    height: 900px;
    overflow-y: scroll;
}
.catchup-channel-item-container {
    padding: 5px 0;
}
.catchup-channel-item-wrapper {
    white-space: nowrap;
    background: rgba(234, 241, 231, 0.4);
    padding: 10px 0;
    transition: all 0.1s;
    border: 3px solid transparent;
    background-clip: padding-box;
}
.catchup-channel-item-wrapper.active {
    border-color: #fafa05;
}
.catchup-channel-item-icon {
    height: 50px;
    width: auto;
}
.catchup-channel-num {
    color: #fff;
    font-size: 35px;
    display: inline-block;
    width: 7%;
    text-align: center;
    vertical-align: middle;
}
.catchup-channel-item-icon-wrapper {
    display: inline-block;
    width: 7%;
    vertical-align: middle;
    text-align: center;
}
.catchup-channel-name-programme-wrapper {
    display: inline-block;
    width: 81%;
    vertical-align: middle;
    color: #fff;
    text-align: left;
}
.catchup-channel-name {
    font-size: 32px;
    font-weight: normal;
}
.catchup-channel-programme-wrapper{
    white-space: nowrap;
    font-size: 24px;
    height: 36px;
}
.catchup-channel-programme-name {
    width: 80%;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
}
.catchup-channel-programme-time {
    width: 20%;
    vertical-align: middle;
    text-align: right;
    display: inline-block;
    font-weight: normal;
}
.catchup-channel-progress-container {
    height: 7px;
    background: #949B9D;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}
.catchup-channel-progress-bar {
    position: absolute;
    left: 0;
    height: 100%;
    background: #FFBA11;
}
.catchup-channel-right-icon-wrapper {
    display: inline-block;
    width: 4%;
    text-align: right;
    vertical-align: middle;
    padding-right:10px;
}
