body {
	font-family: 'Roboto Condensed';
	padding: 0;
	margin: 0;
	height: 100%;
	min-height: 100%;
}

.video-container {
	padding: 0;
	margin: 0;
}

#divOverlayPlaylist {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 300px;
	height: 150px;
	background-color: rgba(255,255,255,0.7);
	overflow: auto;
}

#divQuality {
	position: fixed;
	right: 300px;
	top: 80px;
	background-color: rgba(255,255,255,0.7);
}

#divLogo {
	position: fixed;
	left: 10px;
	top: 10px;
}

.playlistItem {
	font-family: 'Roboto Condensed';
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 7px;
	margin-top: 7px;
	border-radius: 10px;
	cursor: pointer;
	color: #000!important;
}

/*
.vjs-custom-menubutton {
	font-family: 'Glyphicons Halflings';
}

.vjs-custom-menubutton:before {
  content: "\e236";
}
*/