<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0; 
}
body{
	font-family: georgia;
	font-size: 14px;
}

ol {list-style-type: decimal;}
ul {list-style-type: lower-alpha;}
#jquiz {
	width:956px;
	height: 1770px;
	position: relative;
 

}
#jquiz ul {

	margin:0;
	padding:0;
	font-weight: 100;
	padding: 5px;
margin-left: 45px;
}
#jquiz ol {
	 
}
#jquiz li p {
	font-weight:bold;
}
#jquiz &gt; li {
	padding-bottom: 10px;
	float: left;
	margin-left: 65px;
	font-weight: bold;
	border-bottom: 1px dashed #b7b7b7;
	height: 145px;
	margin-top: 15px;
}


.semfirula {
	border-bottom: none !important; 
}


.unanswered, .answered {
	margin: 10px 0 0 0;
	padding:0;
}
#jquiz li ul li {
	cursor:pointer;
	padding: 2px 0 2px 25px;
	height:18px;
	background-color: #FFF;
}
#jquiz li ul li:hover , .incorrect:focus, .correct:focus {
	background-color: #EEE;
	cursor:pointer;
	padding: 2px 0 2px 25px;
	height:18px;
}
#jquiz strong {
	font-weight:bold;
}

.wronganswer {
	text-decoration:line-through;
}
.certalombardi {
	color:#43b44a;
	font-weight: bold;
}
.realanswer {
	color:#db4a37;
	font-weight: bold;
}



.hidden {
	display:none;
}
.explanation {

}
.explanation p {
}
.explanation p:first-child {
}

.rightbox, .wrongbox {
	padding: 2px 15px 5px 5px !important;
	margin-top: 10px !important;

margin-top: -78px !important;
z-index: 99;
position: relative;


}
.rightbox {
	background-color: #CFC;
	border: 3px solid #52FF52;
}
.rightbox a {
	color: #808066;
}
.wrongbox {
	background-color:#F0B0A9;
	border: 3px solid #A20000;
}
	.wrongbox a {
		color: #825C58;
	}
#jquizremarks {
	display:none;

 
position: absolute;
margin-bottom: 0px;
bottom: 0px;
width: 100%;
left: 0;
}
#jquiztotal {
	font-weight:bold;
	font-size: 18px ;
	padding: 10px;
 
	text-align:center;
	margin: 15px 0 10px 0;

	background: none repeat scroll 0% 0% #838383;
	color: #ffffff;
}

ol {
	 
}
li{
 
}

.prigunta{
	height: 50px;
	background: #e0e0e0;
	padding: 10px;
}




.prigunta p {
	margin-top: auto;
	margin-bottom: auto;
}</pre></body></html>