<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.VideoShowControl {
    width: 100% !important;
}
.VideoShowControl .VideoWrap {
}
.VideoShowControl .VideoWrap .Video {
    height: 210px;
    width: 100%;
}
.VideoShowControl .SubContainer {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 5px;
    text-align: right;
}
.VideoShowControl .SubContainer .Number {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.VideoShowControl .SubContainer .Number .VideoInfo {
    color: #222222;
    display: inline-block;
    font: bold 10pt arial;
    padding: 5px 0 0;
}
.VideoShowControl .VideoHeader {
    background: url("Images/logo.png") no-repeat scroll 5px center, rgba(0, 0, 0, 0) url("Images/bar.png") repeat-x scroll 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 5px 5px 0 0;
    height: 26px;
    width: 100%;
}
.VideoShowControl .VideoHeader span {
    color: #444;
    font: bold 9pt/24px arial;
    padding-left: 32px;
    text-transform: uppercase;
}
.VideoShowControl .BottomTitle {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px dashed #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font: bold 13px arial;
}
.VideoShowControl .BottomTitle &gt; span {
    display: inline-block;
    padding: 5px;
}
</pre></body></html>