/* Giustifica solo i paragrafi del corpo (non liste, tabelle, code blocks). */
.md-typeset p {
  text-align: justify;
}
