/*
  * Styles for Able Player demo pages
  * Not affiliated with with Able Player itself
*/
p.goback {
  clear: left;
  margin: 3em 0 1em;
}
#content {
	margin: 0 1em;
}
#wrapper {
	float: left;
	width: 500px; /* slightly wider than #aap-player */
}
.offscreen {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

#license {
  margin: 0.5em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  background-color: #DDD;
}
/*
 * Class example from WebVTT caption file
 *
 */
.quotable {
  font-weight: bold;
  color: #C00;
}
.able {
  z-index: 1 !important;
}
.able-playlist {
  overflow-y: auto !important;
  max-height: 300px !important;
}
.able-status-bar {
  height: 2.5em !important;
}