
.YoutubeVideoList {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    padding: 0;
    #width:250px;
}
.YoutubeVideoList .ListVideo {
    max-height: 320px;
    overflow-y: hidden;
    padding: 5px 5px 5px 0;
}
.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: 20px;
    margin-right: 10px;
    width: 40px;
}
.YoutubeVideoList li .title:hover {
    color: #0072BA;
}
.YoutubeVideoList li .title {
    color: #222;
    font: 10pt arial;
}
#.YoutubeVideoList .VideoHeader {
    #background: url("images/bar.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  background: url("images/logo.png") no-repeat scroll 2px 5px, url("images/bar1.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 0 10px 0 0;
  height: 28px;
  padding-bottom: 5px;
}
.YoutubeVideoList .VideoHeader .Text {
    color: #fff;
    font: bold 10pt/28px arial;
    height: 28px;
    #padding-left: 30px;
}
.YoutubeVideoList .VideoHeader .Text {
    color: #fff;
    font: bold 10pt/28px arial;
    height: 28px;
    #padding-left: 30px;
}
.YoutubeVideoList .ListVideo>div>span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.YoutubeVideoList div.ListVideo span span {
    color: #fff;
    background: #166eca;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 3px;
}