<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

.edisco-protected-section {
	background-color: #FFEBE8;
}
a.__EDISCO_PROT_ERR_NOT_LOGGED__ {
	color: graytext;
	background-color: yellow;
}
a.__EDISCO_PROT_ERR_NOT_AUTHORIZED_BY_ROLE__ {
	color: white;
	background-color: red;
}
a.__EDISCO_PROT_ERR_NOT_AUTHORIZED_BY_LOCKING_CODES__ {
	color: white;
	background-color: blue;
}
a.__EDISCO_PROT_ERR_NOT_AUTHORIZED_BY_TEACHING_GROUP__ {
	color: white;
	background-color: purple;
}
div.login-widget {
	background-color: #FFEBE8;
}

div.edisco_carousel {
	height: 350px;
}


#edisco-reg-email-teacher-hints {
	display: none;
}
div.edisco-registration-hints, div.edisco-registration-hints span {
	color: blue;
/* 	font-size: 12px !important; */
	font-style: italic;
}
div.edisco-registration-hints.teacher_email {
	padding-bottom: 10px;
}
div.edisco-registration-hints span.strong {
	font-weight: bold;
}

div#login form div.ws-plugin--s2member-custom-reg-field-divider-section-title {
	color: rgb(49,67,113);
	font-weight: bold;
}

/*li.novita_catalogo {
	background-color: #FFEBE8;
}
*/

</pre></body></html>