@charset "utf-8";
/* Position the button */
.vjs-res-button {
	float: right;
	line-height: 3em;
}
ul li.vjs-menu-title.vjs-res-menu-title {
	
}
/* Don't show hover effects on title */
ul li.vjs-menu-title.vjs-res-menu-title:hover {
	cursor: default;
	background-color: transparent;
	color: #CCC;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}