
.YoutubePlayer {
    margin-bottom: 10px;
}
.YoutubePlayer .Title {
    border-bottom: 1px dashed #ccc;
    color: #444;
    font: bold 10pt arial;
    margin: 10px 0;
}
.YoutubePlayer iframe {
    background-color: White;
    border: medium none;
    margin: 0;
    padding: 0;
    width: 100% !important;
}
.YoutubePlayer .Header {
    background: #a2bd43 none repeat scroll 0 0;
    border-radius: 15px 15px 0 0;
}
.YoutubePlayer .Text {
    color: #fff;
    display: inline-block;
    font: bold 12pt/32px arial;
    padding: 0 0 0 16px;
    text-transform: uppercase;
}
