#tvtable{
    width:calc(100% - 200px);
    margin:100px 100px 0;
    position:relative;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
}
body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color: #575859;
    font-size: 14px;
    /* line-height: 20px; */
}
.ellipsis {
    /* color: #e5eaf1; */
    font-size: 13px;
    /* line-height: 25px; */
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.3);
}
.channelrow{
    position:relative;
    height:50px;
    padding:0px 0px 4px;
    border:1px;
}
.channelLogo{
    width:100px;
    display:block;
    height:50px;
    background:#f5f5f5;
    box-sizing: border-box;
}

.channelLogoHeader{
    width:100px;
    display:block;
    height:50px;
    background:none;
    border-bottom:1px solid black;
}
.channelrow0{
    height:50px;
    padding:0;
    margin:0;
    border-bottom:1px solid black;
}
.tvchannel{
    position:relative;
    height:50px;
    overflow:hidden;
}
.tvchannelhour{
    position:relative;
}
.tvchannelhourHeader{
    position:relative;
}
.tvshow{
    border-left:2px solid #d3d3d3;
    box-sizing: border-box;
    position:absolute;
    overflow:hidden;
    display: block;
    height:50px;
    background:#f5f5f5;
}
#timebar{
    width:0px;
    /*border:1px solid red;*/
    height:calc(100% - 60px);
    position:absolute;
    left:200px;
    z-index:2;
    top: 56px;
}
#blackbar{
    width:0px;
    border:0.5px solid black;
    height:calc(100% - 3px);
    position:absolute;
    left:100px;
    z-index:2;
}
.ellipsisContent{
    width: calc(100% - 15px);
}
.ellipsis{
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
html,body {
    height:100%;
    padding:0;
    margin:0;
    background:url('./img/bgPatternNew.png');
}
.icon-tv-archive{
    width: 12px;
    opacity: 0.65;
}
.channelLogo img{
    max-width:100%;
    /* max-width:30; */
    height:auto;
    max-height:100%;
    /* max-height:30; */
    width:auto;
}
#elapsedTime {
    position: absolute;
    left: 0;
    top: 0;
    background: 0 0 rgba(50, 150, 250, .05);
    border-right: 1px solid #000;
    height:calc(100% - 58px);
    z-index: 120;
    pointer-events: none;
}
#hourPlace {
    width: calc(100% - 100px);
    position: absolute;
    top: 51px;
    left: 100px;
    height: 100%;
    overflow: hidden;
}
.tvshowheader{
    background:url('./img/timegrid.png');
    background-position: 17px 25px;
    background-repeat: no-repeat;
    background-size: 200% 26px;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom: 1px solid black;
    height:51px;
}
.channelNr1{
    border-top:1px solid #999;
    padding:0px;
}
.channelNr0{
    padding:0px;
}
#channelLogoColumn{
    width:100px;
    float:left;
    text-align: center;
    border-right:1px solid black;

}
#channelGuideColumn{
    width: calc(100% - 101px);
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
}
#channelGuideColumnRealTime{
    position: relative;
}
.clearfix{
    clear:both;
}

.arrows{
    position:fixed;
    top:calc(50% - 11px);
    width:42px;
    height:64px;
    font-size:22px;
    font-weight:bold;
    text-align:center;
    line-height:22px;
    cursor:pointer;
    background-size:auto 64px;
}
#id4hoursminus{
    left:40px;
    background:url('./img/arrow_left.png');
}
#id4hoursplus{
    right:63px;
    background:url('./img/arrow_right.png');
}
#channelGuideColumnScroller{
    background:deepskyblue;
    width:50px;
    height:20px;
    display:block;
    position:absolute;
    top:40px;
    left:0;
    z-index:100;
}
#next{
    position: absolute;
    right: 0;
    top: 15px;
    background: white;
    border: 1px solid black;
    z-index:100;
}
#preview{
    position: absolute;
    left: 0;
    top: 15px;
    background: white;
    border: 1px solid black;
    z-index:100;
}


