<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** QUIZZ - PLUGIN ***/

/* Bold Hidden */
.quiz-bold-hidden {
	font-family:	'lato_bold' !important;
	font-size:		150% !important;
	font-weight:	bold;
	text-align:		center;
	width:			90%;
}

/* Long-Text */

.long-text-holder {
	padding:	5px;
	position:	absolute;
	opacity:	1;
	width:		90%;
}

.long-text-holder  &gt; .quiz-restart {
	width:	90%;
}

/* Footnote */
.quiz-footnote {
	font-family:	'lato_regular' !important;
	padding:		0px 10px;
	position:		absolute;
	bottom:			0px;
}

.quiz-footnote &gt; span {
	font-size:		150%;
	font-weight:	bold;
}

/* Hidden */
.quiz-hidden {
	display:		none;
	font-size:		12px;
}

/* Image */

.quiz-image {
	display:	inline-block !important;
}

.quiz-image-question {
	text-align:	center !important;
}

.quiz-image-title {
	text-align:	left !important;
}

/* Intro */
.quiz-intro &gt; p {
	margin-top:	50px;
	padding:	10px 20px 10px;
}

/* Result */
.quiz-result {
	height:	90%;
}

.quiz-result &gt; h3 {
	background:	rgb(255, 255, 255);
	font-size:	200%;
	text-align:	center;
	width:		100%;
}

.quiz-result &gt; h3.long-text {
	background:	transparent;
	font-size:	100%;
	padding:	5px;
}

.quiz-result.long-text {
	opacity:	0.5;
}

/* Restart */

.quiz-restart {
	background:		rgb(255, 255, 255);
	font-weight:	bold;
	/*position:		absolute;
	bottom:			5px;*/
	text-align:		center;
	width:			90%;
}

/* Topo */

div.internalImage {
	min-height:	220px;
}
</pre></body></html>