
.YoutubePlayer .Title {
    margin: 10px 0;
    font-weight:bold;
    font-size:14px;
}
.YoutubePlayer .Header {
	background: #0080d5;
	border-bottom: 1px solid #ddd;
	height: 30px;
}
.YoutubePlayer .Header .Text {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 20px;
    line-height: 30px;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
