
.YoutubePlayer {
  margin: 10px 0;
}
.YoutubePlayer .Header  {
   margin-bottom: 5px;
   padding-top: 5px;
   border-bottom: 2px solid #166eca;
   display: none;
}
.YoutubePlayer .Header span{
    color: white;
    display: inline-block;
    font: bold 16px/30px arial;
    padding: 0px 10px 0px 10px;
    text-transform: uppercase;
    white-space: nowrap;
    background: #166eca;
    position: relative;
    background-image: url(images/ic-title.png);
    background-position: left center;
    background-position-x: 5px;
    background-repeat: no-repeat;
}
.YoutubePlayer .Header span:before {
    position: absolute;
    content: '';
    left: 100%;
    bottom: 0;
    width: 20px;
    height: 100%;
    display: inline-block;
    border-bottom: 30px #166eca solid;
    border-left: 0px transparent solid;
    border-right: 18px transparent solid;
}
.YoutubePlayer .Title {
      border-bottom: 1px solid #09666e;
    color: #09666e;
    font: bold 11pt arial;
    margin: 10px 0;
}
.YoutubePlayer iframe{width: 100%;height:200px;}
.YoutubePlayer .linkVideo{
	display: none;
}