/* Main content showing header with icon, title */
div.embedContent {
	opacity: 1;
	position: absolute;
	background-color: rgba(1, 19, 26, 0.85);
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.embedContent a {
	color: white;
}
a.embedTitle, span.embedAuthor a {
	text-decoration: none;
}
a.embedTitle {
	font-weight: bold;
	font-size: 16px;
}
a.embedTitle:hover, span.embedAuthor a:hover {
	text-decoration: underline;
}
img.embedIcon {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
span.embedAuthor {
	font-size: 12px;
}

/* Extra content (related videos, etc) - shown at end of video */
div.embedExtra {
	display: none;
	text-align: center;
}
div.embedRelatedCell {
	display: inline-block;
	overflow:hidden;
	vertical-align:top;
	margin: 4px;
	cursor: pointer;
}
div.embedRelatedText {
	position: relative;
}
div.embedRelatedText div {
	padding: 5px 0 0 5px;
}
div.embedRelatedWrap, div.embedRelatedText, img.embedRelatedImg {
	width:100%;
	height:100%;
}
div.embedRelatedWrap {
	-webkit-transition: margin 500ms ease-in-out;
	-moz-transition: margin 500ms ease-in-out;
	-o-transition: margin 500ms ease-in-out;
	transition: margin 500ms ease-in-out;
}
div.embedRelatedText {
	background-color: rgba(0, 0, 0, 0.4);
	color: white;
	text-align: left;
	font-size: 12px;
}
div.embedRelatedBottomText {
	position:absolute;
	bottom:0;
	left:0;
}
div.embedRelatedBottomText img {
	height: 24px;
	vertical-align:middle;
}
div.embedRelatedHeading {
	font-size: 16px;
}
div.embedRelatedAuthor {
	color: #DDD;
}
div.embedRelatedAuthor, div.embedRelatedHeading {
	font-weight: bold;
}

/* Extra sharing functionalities */
div.embedSharing {
	position:absolute;
	bottom:10px;
	width:100%;
	margin:10px 0;
	font-size: 12px;
}
div.embedSharing div {
	display: inline-block;
}
div.embedSharing img {
	vertical-align: middle;
	max-height: 32px;
	max-width: 32px;
	margin: 0 20px;
	margin-bottom: 5px;
}
div.embedReplay {
	cursor: pointer;
	position:absolute;
	right:10px;
	bottom:10px;
	margin: 10px 0;
}
div.embedEmbed {
	opacity:0;
	position:absolute;
	display: table;
	background:rgba(0,0,0,0.4);
}
div.embedEmbedContent {
	background: rgba(1, 19, 26, 0.85);
	padding:10px;
	margin: 0 auto;
	color: white;
	font-family:Helvetica, Arial, sans-serif;
}
div.embedEmbedHeading {
	font-size: 12px;
}
div.embedEmbedContent textarea {
	font-size: 10px;
	background: rgba(255, 255, 255, 0.9);
	margin:0; 
	padding:0; 
	border: none; 
	resize: none;
	width: 100%; 
}
div#embedCopyClip1, div#embedCopyClip2 {
	margin:2px 0;
	height:20px;
	width:100%;
	background: #19558D;
	color: white;
	font-weight:bold;
	text-align:center;
	font-size: 12px;
	line-height:20px;
}