<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.VideoListControl {
    background: none repeat scroll 0 0 #F8F8F8;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-radius: 0 0 15px 15px;
    border-right: 1px solid #DDDDDD;
    margin: 0 0 10px;
    padding: 0;
}

.VideoListControl .VideoListWrap {}

.VideoListControl .PagerWrap {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.VideoListControl .PageLabel {
    display: none;
}

.VideoListControl .PagerWrap .CurrentPage {
    color: #222222;
    display: inline-block;
    padding: 10px 0;
}

.VideoListControl .Container {
    list-style: none outside none;
    margin: 0;
    padding: 10px 10px 10px 5px;
}

.VideoListControl .Container .Item {
    background: url("../Images/icon-video.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    border-bottom: 1px dashed #E0E0E0;
    cursor: pointer;
    padding: 5px 0 5px 25px;
}</pre></body></html>