<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background:none;
    font-family:gotham,sans-serif;
    min-width:340px;
}
.onlineplayer {
    max-width:713px;
    width:100%;
    margin:0; padding:0;
}

.topplayer {
    padding:8px 20px;
}

.live-app__select.frekvencia .bootstrap-select&gt;.dropdown-toggle {
    color:#4A4A4A;
    background-color:#fff;
    border:1px solid #E5E5E5;
}
.live-app__select.frekvencia .bootstrap-select&gt;.dropdown-toggle strong {
    color:#4A4A4A;
}

.sharelinks {
    font-size:13px;
}

.sharelinks a.fa-facebook {
    color:#4267B2;
}

h1 {
    font-size:17px;
    color:#451C73;
    margin:10px 0 2px;
}
h2 {
    font-size: 15px;
    text-transform: uppercase;
    padding: 16px 0 0px 52px;
    margin-bottom: 10px;
}
h1 .date {
    color:#000;
}

ul {
    padding-left: 52px;
    margin-bottom
}

ul li {
    font-size:15px;
    color:#646464;
    line-height:40px;
    border-bottom:1px solid #DEDEDE;
}
ul li:last-child {
    border-bottom:0 none;
}
ul li span.time {
    font-size:15px;
    color:#000;
    font-family:gotham-bold,sans-serif;
    margin-right: 31px
}

.playbarfull {

}

.text-right {
    text-align:right;
}

.mt20 {
    margin-top:20px;
}
.mb20 {
    margin-bottom:20px;
}

a.jp-play {
   color:#451C73;
    font-size:20px;
}
a.jp-pause {
    color:#451C73;
    font-size:20px;
    display: none;
}

.archiveProgram {
    position:relative;

}                  #vysledky .list {
                       padding-top:70px;
                   }
.jp-progress {
  /*  width:100%;
    height:41px;
    border-top:1px solid #D8D8D8;
    border-bottom:1px solid #D8D8D8;
    position:absolute;
    top:0px;
    left:0px;
    visibility:hidden;*/
    float:left;
}

.timers {
   /* line-height:41px;
    height:41px;
    text-align:center;
    border-right:1px solid #D8D8D8;
    float:left;
    width:112px;
    background-color:#fff;*/

    padding-left: 0px;
    text-align: center;
    float: left;
    width: 105px;
}

.centerwrap {
    display:inline-block;
}

.playbar {
    float: left;
    width: 382px;
    padding: 12px 3px;
    margin-top: -6px;
    /* border-right: 1px solid #D8D8D8; */
    height: 12px;
    overflow: hidden;
    cursor: pointer;

}

.moderator {
    font-size:15px;
    color:#000;
}

.fa-volume-down {
    float:left;
}

.jp-volume-controls {
    float:left;
    width:144px;
    font-size:20px;
    color:#451C73;
    padding-left: 28px;
}

.jp-seek-bar, .jp-play-bar, .jp-volume-bar, .jp-volume-bar-value {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;

}

.jp-play-bar , .jp-volume-bar-value{

}

.graybg {
    background:#DADADA url('../public/img/playerbg.jpg') repeat-x left top;
    padding: 15px 21px;
}

.jp-seek-bar, .jp-volume-bar {
    width:100% !important;
    height:12px;
    background-color:#fff;
}
.jp-play-bar, .jp-volume-bar-value {
    height:12px;
    background-color:#451C73;
}

.jp-current-time, .jp-duration,.jp-time-sep {
    float:left;
    font-size:13px;
  /*  font-weight:bold;*/
    color:#666666;


}

.jp-time-sep {
    margin-left:3px;
    margin-right:3px;
}

.jp-audio .jp-interface .jp-volume-bar, .jp-audio-stream .jp-interface .jp-volume-bar {
    left: 0;
    top: 10px;
}
.jp-volume-bar {
    /* background-color: black;
     cursor: pointer;
     height: 4px;
     overflow: hidden;
     padding: 2px 2px 1px;
     position: absolute;
     width: 197px;
     top:-10px;  */
    float: right;
    width: 88px !important;
    margin-top: 4px;
}



.tooltipbar span{
    background-color:red;
    width:30px;
    height:30px;
}

.tooltipbar span {
    display:none;
}
.tooltipbar:hover span {
    display:block;
    position:fixed;
    overflow:hidden;
}

.jp-audio {
    position:inherit;
    padding-top: 16px;
}
.jp-controls {
    position:relative;
    display:inline-block;
    float:left;
}

.jp-progress.noopen .jp-seek-bar, .jp-progress.noopen .jp-volume-bar{
    background-color: #D8D8D8;
}
.jp-progress.noopen .jp-current-time, .jp-progress.noopen .jp-duration, .jp-progress.noopen .jp-time-sep {
    color: #D8D8D8;
}
.jp-progress.noopen .jp-volume-controls {
    background: rgba(0, 0, 0, 0) url("http://lumen.sk/img/volumebarbgoff.jpg") no-repeat scroll left center;
}

.jp-progress.noopen .jp-seek-bar,.jp-progress.noopen .jp-play-bar, .jp-progress.noopen .jp-volume-bar, .jp-progress.noopen .jp-volume-bar-value {
    -webkit-box-shadow: inset 0 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: inset 0 0px 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px 0px rgba(0,0,0,0);
}
.jp-progress.noopen .playbar {
    cursor:initial;
}

.jp-progress.noopen {
    visibility:visible !important;
}

.jp-volume-controls {
    float:right;
}

@media screen and (max-width: 700px) {
    .jp-progress {
        width:100%;
    }
    .playbar {
        width:100%;
    }
}

@media screen and (max-width: 620px) {
    .topplayer .col-xs-4 {
        padding:0 5px;
    }
}

@media screen and (max-width: 570px) {
    .topplayer .col-xs-4 {
        width:100%;
        margin-top:5px;
        margin-bottom:5px;
    }
}

@media screen and (max-width: 520px) {
    .textinfo .col-xs-8 {
         width:100%;
    }
    .sharelinks {
        width:100%;
        text-align:left;
    }
}

.playhidden {
    visibility:hidden;
    height:0;
    position:absolute;
    overflow: hidden;
}

</pre></body></html>