@charset "UTF-8";
.tv-programm .main_table td {
    text-align: left;
}

.tv-programm .main_table td.right {
    width: 150px;
}

.tv-programm h2 {
    font-size: 1.8em;
    margin: 0px;
}

.tv-programm h3 {
    font-size: 1.7em;
    margin: 0px;
}

.tv-programm .date-archive {
    background-color: #f2f2f2;
    padding: 3px 5px;
    border-radius: 5px;
}

.ligs_selector img {
    max-height: 40px;
    max-width: 45px;
}

tr.tr-live td.sport-time-event,
tr.tr-live td.event {
    font-weight: bold;
}

tr.tr-past td {
    /*color: #999;*/
    opacity: 0.5;
}

tr.tr-past img.img-sport {
    -webkit-filter: grayscale(100%) !;
    filter: grayscale(100%);
}

.channel-schedule__button {
    position: relative;
    margin-left: 40px;
    padding: 0.5em 0px;
}

.channel-schedule__button:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOCAxMGEyIDIgMCAxIDEgMCA0IDIgMiAwIDAgMSAwLTR6bS02IDBhMiAyIDAgMSAxIDAgNCAyIDIgMCAwIDEgMC00em0tNiAwYTIgMiAwIDEgMSAwIDQgMiAyIDAgMCAxIDAtNHoiLz48L3N2Zz4K) 100% 50% no-repeat;
    content: "";
    height: 24px;
    left: 0;
    margin: -12px 0 0 -44px;
    opacity: .4;
    position: absolute;
    top: 50%;
    width: 24px;
}

@media screen and (max-width:600px) {
    .tv-programm .main_table td.td-offset {
        width: 5px;
    }
}

@media screen and (max-width:800px) {
    .tv-programm .main_table td.right {
        display: none;
    }
}