#epg-page{
    color: #fff;
    font-size: 0;
}
#epg-page-left-part {
    display: inline-block;
    width: 25%;
    border-right: 4px solid #333;
    height: 100%;
    vertical-align: top;
    padding-top: 20px;
    padding-left:20px;
}
#epg-page-right-part {
    display: inline-block;
    width: 75%;
    height: 100%;
    padding: 20px 20px 0 40px;
}
#epg-page-title {
    color: #eee;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}
#epg-date-parts {
    margin-top: 40px;
    height: 940px;
    padding-right:20px;
    overflow-y: scroll;
}
.epg-date-item-container{
    padding: 10px 40px;
    transition: all 0.1s;
    border:4px solid transparent;
    border-radius: 15px;
}
.epg-date-item-container.active {
    border-color: #fff;
}

.epg-date-item-day {
    font-size: 25px;
    font-weight: normal;
    color: #eee;
}
.epg-date-item-date {
    font-size: 28px;
    margin-top: 5px;
}

#epg-title-part span{
    display: inline-block;
    vertical-align: middle;
}

#epg-title-logo {
    height: 70px;
    margin-right: 30px;
}
#epg-channel-title {
    font-size: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#epg-channel-date {
    font-size: 30px;
    margin-left: 20px;
}
#epg-programme-desc {
    font-size: 25px;
    font-weight: normal;
    height: 140px;
    margin-top: 20px;
    line-height: 1.4;
    overflow-y: hidden;
    text-overflow: ellipsis;
}
#epg-programmes-container {
    margin-top: 20px;
    height: 810px;
    overflow-y: scroll;
}
.epg-programme-item-container{
    padding:15px 20px;
    transition: all 0.2s;
    border-radius: 15px;
    border:3px solid transparent;
}
.epg-programme-item-container span{
    display: inline-block;
    vertical-align: middle;
}
.epg-programme-item-container.active{
    border-color: #fff;
}
.epg-programme-time {
    font-size: 24px;
    font-weight: lighter !important;
}
.epg-programme-title {
    font-size: 30px;
    margin-left: 20px;
}

#epg-page .player-container{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background: #000;
    z-index: 10;
    display: none;
}

#epg-page-video-skin{
    padding-top:50px;
}
#epg-page-video-time-container {
    font-size: 25px;
    display: inline-block;
    font-weight: normal;
    width: 230px;
    vertical-align: middle;
}
#epg-page-video-progress{
    display: inline-block;
    vertical-align: middle;
    width: 1570px;
}
#epg-page-video-skin{
    display: block;
}

#epg-page .video-control-item-wrapper {
    width: 15%;
}

.epg-clock-icon {
    height: 40px;
    margin-left: 20px;
}
