h3.quizz_header {
	font-family: Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
    color:#151B54;	
}

.quizz_words, .quizz_sentences {
	font-family: Georgia, sans-serif;
	font-size: 95%;
}

.quizz_words {
	zoom: 1;
	display: table;
	margin: .5em;
	padding: 0; 
}

.quizz_words li {
	list-style: none;
	float: left;
	padding: .2em .5em;
	margin: .1em;
	background: #ccf;
	cursor: default;
}

.quizz_sentences li {
	padding: .25em;
	margin: 0;
}

.quizz_sentences li .gap {
	border-bottom: thin dashed;
	color: #0000A0;
	white-space: pre;
}

.quizz_sentences li .gap.right {
	color: #00A000;
}
.quizz_sentences li .gap.wrong {
	color: #C00000;
	cursor: default;
}

.quizz_sentences li.hovered .gap {
	background: #ff7;
}

.quizz_sentences li.hovered {
	color: #0000A0;
}
