body {
	font-family: 'Roboto Condensed';
}

.no-scroll {
	overflow: hidden;
}

.white-bg {
	background-color: #fff!important;
}

.mainpage {
	background-color: #fff;
}

.header {
	margin-bottom: 10px;
}

.subHeader {
	margin-bottom: 10px;
}

.footer {
	margin-top: 40px;
}

.btn-playlist {
	margin-bottom: 10px;
}

.profileName {
	margin-top: 0px;
	font-size: 30px;
}

.profileLink {
	font-size: 16px;
}

.videoThumbnail {
	border-radius: 10px;
}

.videoChapterNav {
	margin-top: 10px;
	font-size: 14px;
}

.videoTitle {
	margin-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;
}

#divOverlayPlaylist {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	overflow: auto;
	background-color: rgba(255,255,255,0.7);
}

/*
.vjs-custom-menubutton {
	font-family: 'Glyphicons Halflings';
}

.vjs-custom-menubutton:before {
  content: "\e236";
}
*/