<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.YoutubeVideoList {
    margin-bottom: 10px;
    padding: 0;
}
.YoutubeVideoList .ListVideo {
    padding: 5px 5px 0 0;
    text-align: right;
}
.YoutubeVideoList ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.YoutubeVideoList li {
    cursor: pointer;
    display: inline-block;
    margin: 5px 0;
    padding: 0;
    width: 100%;
}
.YoutubeVideoList .ListVideo .VideoItem img {
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 55px;
}
.YoutubeVideoList li .title:hover {
    color: #b82805;
}
.YoutubeVideoList li .title {
    color: #555;
    font: 10pt arial;
    text-align: justify;
}
.YoutubeVideoList .VideoHeader {
    border-radius: 0 10px 0 0;
    display: none;
    height: 28px;
    padding-bottom: 5px;
}
.YoutubeVideoList .VideoHeader .Text {
    color: #fff;
    font: bold 10pt/28px arial;
    height: 28px;
    padding-left: 30px;
}
.ListVideo &gt; span .CurrentPage {
    font: bold 13px arial;
    padding: 3px;
    text-align: right;
}
</pre></body></html>