.YoutubePlayer .Title {
    margin: 10px 0;
    font-weight: bold;
}
.YoutubePlayer .Header {
    background: #0681c9 url(images/bar.png) no-repeat scroll right center;
    border-radius: 5px 5px 0 0;
    height: 26px;
    text-align: left;
}
.YoutubePlayer .Header .Text {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 20px;
    line-height: 26px;
    color: #ffffff;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
