<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Live Thumbnails */
.live-thumb {
    position: relative; 
    /*height: 150px; 
    width: 190px;
    float:left;*/
    margin-right:10px;
    
}
.live-thumb a { 
    left: 0; 
    opacity: 0; 
    position: absolute; 
    top: 0; 
    z-index: 8; 
}
.live-thumb a.active { 
    opacity: 1; 
    z-index:10; 
}
.live-thumb a.last-active { 
    z-index: 9; 
}

.desc-video {
    margin-top: 150px;
    /*background-color:yellow;*/
    height:150px;
    width:190px;
}


/* Thumbnail videos */
.video-preview {
    height: 340px; 
    width: 190px;
    float:left;
}

/* Container Thumb Videos */
.video-box {
    margin-right: 15px;
    /*background-color: yellow;*/
}</pre></body></html>