.bvi-active  .dropdown-toggle {
    white-space: normal;
}


#cursor_player {
	z-index: 10000;
	position: absolute;
	display: none;
}

#cursor_player .bvi-speech-link {
	background: white !important; 
	border: 1px solid black;
	border-radius: 0.25rem;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}


#cursor_player .bvi-speech-link a.bvi-link,
#cursor_player .bvi-speech-link a.bvi-link:hover
{
	font-size: 0 !important;
	text-decoration: none !important;
	border: none !important;
	background: none !important;
}


#cursor_player .bvi-speech-link a.bvi-link.bvi-speech-play::after, 
#cursor_player .bvi-speech-link a.bvi-link.bvi-speech-resume::after 
{
	position: relative;
	content: "►" !important;
	font-size: 2rem !important;
	color: black !important;
}

#cursor_player .bvi-speech-link a.bvi-link.bvi-speech-pause::after
{
	position: relative;
	content: "❚❚" !important;
	font-size: 2rem !important;
	color: black !important;
}

#cursor_player .bvi-speech-link a.bvi-link.bvi-speech-stop::after
{
	position: relative;
	content: "⏹︎" !important;
	font-size: 2rem !important;
	color: black !important;
}


#cursor_player .bvi-speech-link .disabled, #cursor_player .bvi-speech-text, #cursor_player .bvi-speech-pause {
	display: none;
} 