@charset "utf-8";

video::cue {
	font-size: 1.0em;
	line-height: 1.0em;
	background-color: transparent;
	color: rgba(255, 255, 255, 1.0);
	text-shadow: 1px 1px 0.5px rgba(0, 0, 0, 0.9);
	white-space: normal;
}

video::cue(c.title) {
	font-size: 1.1em;
	line-height: 1.0em;
	color: rgba(255, 153, 0, 1.0);
	text-shadow: 1.1px 1.1px 0.7px rgba(153, 0, 0, 0.9);
	text-align: left;
	white-space: normal;
}
