.progressbar
{
	display: none; 
}

body {
	background: #ccc !important;
}

.universal .control_panel .hbox.right {
	left: 0px;
	right: auto;
	top:50px !important;
}

.universal .control_panel .hbox.left {
	top:0px;
}

.universal .control_panel
{background: none !important;}

.universal {
    background: none !important;
}

.universal.desktop.webkit {
	position:inherit !important;
}

.content_area {
	top:0px !important;
}

nav.control_panel {
	position: absolute;
	top:0px;
	width: 350px !important;
}

.manage-button {
	display: none;
}

.component_container.volume_popup {
	top:5px !important;
	left: 200px !important;
}

body {
	background: #D4D4D4;
}

.fa.fa-pause {
	display: none !important;
}

.lesson-box iframe.lesson-frame {
	margin-top: 10px !important;
}
.playerView {
	margin-top: 0px !important;
}

#playerView {
	height: 100vh !important;
	background: #fff;
}

.top_panel {
	display: none;
}

.universal .control_panel {
    z-index: 999 !important;
}
.mobile.universal .control_panel {
    top: 0 !important;
    z-index: 999 !important;
}

@media (max-width: 768px) and (min-width: 300px) {
    .playerView {
	margin-top: 0% !important;
    }
    #playerView {

            background: none;
    }
}