.YoutubeVideoList {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        /* background: #fff none repeat scroll 0 0; */
        /* border-color: #e5e6e9 #dfe0e4 #d0d1d5; */
        /* border-image: none; */
        /* border-radius: 3px; */
        /* border-style: solid; */
        /* border-width: 1px; */
        /* margin-bottom: 8px; */
        padding: 0 10px 10px 10px;
        border: 1px solid #eeeeee;
        border-top: 0;
        margin-bottom: 15px;
}
.YoutubeVideoList .ListVideo>div>span {
        display: flex;
        align-items: center;
        justify-content: flex-end;
}
.YoutubeVideoList ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.YoutubeVideoList li {
        background: rgba(0, 0, 0, 0) url("Images/icon-listvideo.png") no-repeat scroll left 8px;
        /* border-bottom: 1px dashed #e0e0e0; */
        cursor: pointer;
        display: inline-block;
        padding: 0px 0 0px 18px;
}
.YoutubeVideoList .ListVideo .VideoItem img {
        display: none;
        float: left;
        height: 60px;
        margin-right: 10px;
        width: 80px;
}
.YoutubeVideoList li .title {
        color: #333;
        padding-right: 0;
        font-size: 14px;
        padding: 5px 0;
        text-align: left;
}
.YoutubeVideoList li+li .title{
        border-top: 1px dotted #004f80;
}
.YoutubeVideoList .VideoHeader {
        border-radius: 0 8px 0 0;
        display: none;
}
.YoutubeVideoList .VideoHeader .Text {
        color: #fff;
        font: 13px "Segoe UI",Tahoma,Verdana;
        padding-left: 15px;
}
.YoutubeVideoList .ListVideo .CurrentPage {
        /* font: bold 12px "Segoe UI",Tahoma,Verdana; */
        /* color: #555; */
        /* padding: 0 2px; */
}
.YoutubeVideoList .ListVideo .NumberPage {
        /* font: 12px "Segoe UI",Tahoma,Verdana; */
        /* color: #777; */
        padding: 0 2px;
}
.YoutubeVideoList .ListVideo > span {
        display: block;
        margin: 0 5px;
        text-align: right;
}
.YoutubeVideoList div.ListVideo>span {
        text-align: center;
        display: flex;
        width: 100%;
        margin: 5px 0px;
        height: 25px;
        align-items: center;
        justify-content: flex-end;
}
.YoutubeVideoList div.ListVideo span a {
        color: #fff;
        background: #FFA500;
        width: 15px;
        height: 15px;
        border-radius: 100px;
        overflow: hidden;
        display: -webkit-inline-box;
        margin-bottom: -3px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
}
.YoutubeVideoList div.ListVideo span span{
        color: #fff;
        background: #ed812b;
        width: 20px;
        height: 20px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
}
@media only screen and (max-width: 768px){
        .YoutubeVideoList .ListVideo {
                padding: 10px !important;
                border: 1px solid #eeeeee;
                border-top: 10px;
                margin-bottom: 10px;
        }
        .YoutubePlayer, .YoutubeVideoList {
                padding: 0 10px !important;
                border: none !important;
        }
}
