
.YoutubePlayer .Title {
    font: bold 10pt arial;
    margin: 10px 0;
}
.YoutubePlayer .Header:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: white;
}
.YoutubePlayer .Header {
    height: 40px;
    background: #657daf;
    position: relative;
    margin-bottom: 10px;
}
.YoutubePlayer .Header:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: white;
}
.YoutubePlayer .Header .Text {
    color: #fff;
    font: bold 14px/40px arial;
    padding-left: 20px;
    text-transform: uppercase;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
