
.YoutubePlayer .Title {
    font: bold 10pt arial;
    margin: 10px 0;
}
.YoutubePlayer .Header {
    background:#eee;
    height: 26px;
    border-left:4px solid #009030;
    margin-bottom:5px;
}
.YoutubePlayer .Header .Text {
    color: #009030;
    font: bold 12px/26px arial;
    padding-left: 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
