@charset "utf-8";
/* Aggiungi di seguito il tuo stile personalizzato */

main{
	text-align:justify;
}

.espandi-tutto[aria-expanded="false"]:after {
    content: 'Expand all';
}

.espandi-tutto[aria-expanded="true"]:after {
    content: 'Hide all';
}