.YoutubePlayer .Title {
        font: bold 10pt arial;
        margin: 10px 0;
}
.YoutubePlayer .Header {
        background: #106936;
        border-radius: 5px 5px 0 0;
        height: 26px;
}
.YoutubePlayer .Header .Text {
        color: #fff;
        font: 600 10pt/26px arial;
        padding-left: 15px;
        text-shadow: 0 1px 0 #000;
        white-space: nowrap;
}
.YoutubePlayer iframe {
        width: 100% !important;
}
