html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
body {
	text-align: center;
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
#myDynamicContent, #player, .player, #content {
	width: 100%;
	height: 100%;
}
#content {
	text-align: left;
}
#player_overlay {
	width: 100%;
}
#player_overlay > div {
	background: rgba(0,0,0,0.7);
	color: #FFFFFF;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	z-index: 1000 !important;
	position: relative !important;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
}
#player_overlay > div > a {
	color: #FFFFFF;
}

#activityNotificationText{
	padding-top: 25%;
	color: white;
	font-size:1.5rem;
}

@media screen and (max-width: 800px) {
	#activityNotificationText{
		padding-top: 0% !important;
		color: white;
		font-size: 1rem;
	}
}

#player_overlay > .overlay-bottom {
	width: 100%;
	margin: 10%;
	width: 80%;
}

.jwplayer video {
	/* background: #FFFFFF !important; */
}

/* styling chapter markers */
.jw-cue {
	background-color: yellow !important;
	padding: 4px 0px !important;
	margin-left: -2px !important;
	border-radius: 1px !important;
}
.jw-cue:hover {
	padding: 7px 0px !important;
}
.jw-time-tip .jw-text {
	font-size: 12px;
	font-family: 'Open Sans',Helvetica,sans-serif;
}

