/* CONSIPE Formatta PDF - giustificazione degli elenchi (il blocco Elenco non ha l'allineamento nativo). */
.cfp-justify,
.cfp-justify li,
.editor-styles-wrapper .cfp-justify,
.editor-styles-wrapper .cfp-justify li {
	text-align: justify;
	text-justify: inter-word;
	hyphens: auto;
	-webkit-hyphens: auto;
}
