div.fvPlayer>ul>li {
	box-sizing: border-box;
	position: absolute;
/*	background-color: rgba(255,255,255,0.6);
*/
	opacity: 1.0 !important;
}

div.fvPlayer>ul>li>div.info {
	bottom: 0 !important;
	opacity: 1.0 !important;
	transition-property: opacity bottom;
	transition-duration: 0.0s;
	transition-delay: 0s;
	transition-timing-function: ease;
}
div.fvPlayer>div.controls>div.parts>div.seekBar {
	width: 85% !important;
}

div.fvPlayer>div.playerView>ul>li>div.tools {
	font-size: 1.3em;
	padding: 0.3em;
}
div.fvPlayer>div.controls>div.parts>div.qualitySelector>ul {
	right: -0.5em;
}

div.fvPlayer>div.playerView>div.errorScreen:before {
	width: 50px;
	height: 100px;
	font-size: 6em;
	line-height: 100px;
	top: -60%;
	right:0px;
	bottom:0px;
	left:-25px;
}

div.fvPlayer>div.playerView>div.errorScreen:after {
	width: 100%;
	height: 50px;
	font-size: 0.7em;
	top:55%;
}

div.fvPlayer>div.playerView>div.errorScreen>span.errorCode {
	top:45%;
	font-size: 0.7em;
}

div.fvPlayer>div.playerView>div.errorScreen>a.reload {
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 75%;
	font-size: 30px;
	border-radius: 40px;
}

div.fvPlayer>div.playerView>div.errorScreen>a.reload:hover {
	background-color: #4C9656;
	color: #fff;
}
