
.YoutubePlayer .Title {
    color: #f94000;
    font: bold 10pt/27px arial;
    /* padding-left: 10px; */
    /* white-space: nowrap; */
}
.YoutubePlayer .Header {
    background: rgba(0, 0, 0, 0) url("images/bar.png") repeat-x scroll 0 0;
    border-radius: 0 5px 0 0;
    height: 23px;
    padding-bottom: 5px;
}
.YoutubePlayer .Header .Text {
    color: #fff;
    font: bold 10pt/27px arial;
    padding-left: 10px;
    white-space: nowrap;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
