div.screenpanel {
	padding: 10px;
	flex: 1;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	position: relative;
	overflow: auto;
	padding: 10px;
	z-index: 50;
	background: none;
}

div.screenpanelactive{
    background: #666 !important;
}

div.screen {
	display:none;
	z-index: 100;
	background: #fff;
}

div.playbackbar {
	height: 24px;
	top: 50px;
	left: 10px;
	width: 100px;
	position: absolute;
	flex: 0 0 24px;
	background: #1a1a1a;
	display: flex;
	border: 1px solid #444;
	border-top: 1px solid #444;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	flex-direction: row;
	z-index: 100;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

div.subtitles {
	background: none;
	position: absolute;
	overflow: hidden;
	display: flex;
	justify-content: left;
	align-items: baseline;
	text-align: left;
	box-sizing: border-box;
	/*-webkit-text-stroke: 3px black;*/
}

span.subtitleText {
	display: flex;
	position: relative;
	font-family: Arial;
	color: white;
	background: black;
	padding-left:5px;
	padding-right:5px;
}
