#catchup-category-title{
    color: #fff;
    font-size: 45px;
    text-align: center;
    margin: 40px 0 0px 0;
}

#catchup-channels-container {
    position: relative;
    margin: 0 auto;
    width: 90%;
    height: 950px;
    overflow-y: scroll;
}
.catchup-channel-item-container {
    padding: 3px 0;
}
.catchup-channel-item-wrapper {
    white-space: nowrap;
    background: rgba(234, 241, 231, 0.4);
    padding: 10px 0;
    transition: all 0.1s;
}
.catchup-channel-item-wrapper.active {
    background: rgba(84, 128, 224, 0.78);
}
.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: #d4d7d8;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}
.catchup-channel-progress-bar {
    position: absolute;
    left: 0;
    height: 100%;
    background: #f34a09;
}
.catchup-channel-right-icon-wrapper {
    display: inline-block;
    width: 4%;
    text-align: right;
    vertical-align: middle;
    padding-right:10px;
}
