﻿.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 {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.flash-player::after {
	display: block;
	content: "";
	padding-top: 56.25%;
}
	
.flash-player iframe {
	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;
}