<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, table, ul, a, input, textarea, select, button {
}

/*table.predefinito {
	border-collapse: collapse;
	width: 100%;
}

table.predefinito tr th {
	font-size: bold;
	background: #0b8dc7;
	border-color: 1px solid #0e628a;
	color: #fff;
	text-align: center;
	padding: 5px;
}

table.predefinito tr td {
	border: 1px solid #0e628a;
	padding: 5px;
	color: #000;
}*/

body.in-editor {
        margin: 20px;
        background: #fff;
	color: #000;
}

body.in-editor,
body.in-editor table,
body.in-editor ul,
body.in-editor a,
body.in-editor input,
body.in-editor textarea,
body.in-editor select {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

.in-viewer a:link,
.in-viewer a:visited {
	color: #00f;
}

.in-viewer h1,
.in-viewer h2,
.in-viewer h3,
.in-viewer h4,
.in-viewer h5,
.in-viewer h6 {
	font-family: "Open Sans",sans-serif;
	font-weight: normal;
	margin: 1.5em 0 0.8em 0;
}

.in-editor h1,
.in-editor h2,
.in-editor h3,
.in-editor h4,
.in-editor h5,
.in-editor h6 {
	clear: both;
}

.in-editor hr.sommario,
.in-viewer hr.sommario {
	margin: 20px 50px;
	border: 0;
	background: url("/editor/img/separatore_sommario.png") no-repeat center center;
	height: 20px;
}

.in-viewer h1 {
	font-size: 18px;
	border-bottom: 0px dashed #ccc;
}


.in-viewer h2 {
	font-size: 16px;
}


.in-viewer h3 {
	font-size: 14px;
}


.in-viewer h4 {
	font-size: 1rem;
}


.in-viewer h5 {
	font-size: 0.928571rem;
}


.in-viewer h6 {
	font-size: 0.857143rem;
}


.in-viewer blockquote {
	padding: 10px;
	margin: 1em 30px;
}

.in-viewer div.citazione,
.in-viewer div.sostituto_citazione,
.in-viewer blockquote.citazione{
	color: #000;
	background: #fff url(/css/citazione.png) no-repeat 10px 10px;
	padding: 10px 10px 10px 40px;
	margin: 20px 0;
}


.in-viewer div.citazione,
.in-viewer blockquote.citazione {
        font-style: italic;
}


.in-viewer div.sostituto_citazione {
        border-left: 0px;
}

.in-viewer ul li,
.in-viewer ol li {
	-line-height: 1.2em;
	margin: 0.55em 0;
}

.in-viewer table.standard {
	border-collapse: collapse;
	box-shadow: 0px 0px 2px rgba(1, 1, 1, 0.33);
	margin-left: auto;
	margin-right: auto;
}

.in-viewer table.standard tr td,
.in-viewer table.standard tr th {
	border: 1px solid #888;
	padding: 5px 10px;
}

.in-viewer table.standard tr td {
	background: #fafafa;
}

.in-viewer table.standard tr th {
	background: #0b8dc7;
	border-color: #0e628a;
	color: #fff;
	font-size: 120%;
	font-weight: normal;
}

.in-viewer img {
	border-color: #aaa !important;
}

.in-viewer img[align='left'] {
	margin: 0 2em 0 0;
}

.in-viewer img[align='right'] {
	margin: 0 0 0 2em;
}

.in-viewer img[align='middle'] {
	display: block;
	margin: 2em auto;
}

.in-viewer .testo_centrato {
	text-align: center;
}

.in-viewer .testo_a_sinistra {
	text-align: left;
}

.in-viewer .testo_a_destra {
	text-align: right;
}

.in-viewer .testo_giustificato {
	text-align: justify;
}

.in-viewer .testo_piu_grande {
	font-size: 150%;
}

.in-viewer .testo_piu_piccolo {
	font-size: 80%;
}
</pre></body></html>