﻿.videoPlayer {
	margin-bottom: 1em;
}

.flash-right {
	float: right;
	margin-left: 1.1em;
}

.flash-left {
	float: left;
	margin-right: 1.1em;
}

.flash-center {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	max-width: 100%;
}

.flash-player,
.flash-left,
.flash-right,
.flash-center { max-width: 100%; }
	
.flash-player {
	height: auto;
	overflow:hidden;
}
	
.responsiveVideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-bottom: 51.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
		
.responsiveVideo iframe,  
.responsiveVideo object,  
.responsiveVideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.currentVideoInformation .videoSummaries > li {
	margin-left: 0;
}

.currentVideoInformation .videoSummaries > li p,
.currentVideoInformation p {
	line-height: 1.5;
}