.wikispeech-title {
	font-size: 1.1em;
}

.ext-wikispeech-skip-back-sentence:after {
	font-family: 'Fontawesome';
	content: '\f049';
}

.ext-wikispeech-skip-back-word:after {
	font-family: 'Fontawesome';
	content: '\f048';
}

.ext-wikispeech-play:after {
	font-family: 'Fontawesome';
	content: '\f04b';
}

.ext-wikispeech-stop:after {
	font-family: 'Fontawesome';
	content: '\f04d';
}

.ext-wikispeech-skip-ahead-word:after {
	font-family: 'Fontawesome';
	content: '\f051';
}

.ext-wikispeech-skip-ahead-sentence:after {
	font-family: 'Fontawesome';
	content: '\f050';
}

.ext-wikispeech-divider {
	border-left: solid 1px rgb( 150, 150, 150 );
	margin: 3px;
}

.ext-wikispeech-help:after {
	font-family: 'Fontawesome';
	content: '\f128';
}

.ext-wikispeech-feedback:after {
	font-family: 'Fontawesome';
	content: '\f075';
}

.ext-wikispeech-control-panel {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	border: solid 1px rgb( 150, 150, 150 );
	background-color: rgb( 200, 200, 200 );
}

.ext-wikispeech-highlight-sentence {
	background-color: rgb( 200, 170, 255 );
}

.ext-wikispeech-highlight-word {
	background-color: rgb( 255, 200, 140 );
}
