/* styles for afterglow pages */

.vjs-volume-menu-button {
	display: none;
}

.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
    background-color: black !important;
    color: white !important;
}

.vjs-menu li.vjs-menu-item, .vjs-menu li.vjs-menu-item:focus {
    background-color: black !important;
    color: white !important;
}

.vjs-text-track-display div div div {
	color: blue !important;
	background-color: rgba(0, 0, 0, 0.25) !important;
}

::cue {
	color: blue;
	background-color: rgba(0, 0, 0, 0.25);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* IE10+ CSS styles go here */
/* https://philipnewcomer.net/2014/04/target-internet-explorer-10-11-css/ */

/* IE10+ not implement subtitles */
.vjs-subtitles-button {
	display: none;
}

}

<!--[if IE]>
/* http://www.alsacreations.com/astuce/lire/48-commentaires-conditionnels.html */

/* IE not implement subtitles */
.vjs-subtitles-button {
	display: none;
}

<![endif]-->

