
.YoutubePlayer .Title {
    font: bold 10pt arial;
    margin: 10px 0;
}
.YoutubePlayer .Header {
background: rgba(253,59,59,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(253,59,59,1)), color-stop(100%, rgba(189,5,5,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
background: radial-gradient(ellipse at center, rgba(253,59,59,1) 0%, rgba(189,5,5,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd3b3b', endColorstr='#bd0505', GradientType=1 );
    height: 26px;
}
.YoutubePlayer .Header .Text {
    color: #ffffff;
    font: bold 10pt/26px arial;
    padding-left: 15px;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
