/* css styles */
main.content p,
main.content li,
.quarto-about-jolla main.content p {
  text-align: justify !important;
  text-align-last: left;
}

main.content h1,
main.content h2,
main.content h3,
main.content h4,
main.content h5,
main.content h6,
main.content table,
main.content th,
main.content td,
main.content .card,
main.content .listing,
main.content .quarto-listing {
  text-align: initial;
}

div.contact-block table {
  width: 100%;
  border: 0;
}

div.contact-block table td,
div.contact-block table th {
  border: 0;
  padding: 0 0 0.15rem;
}

div.contact-block table td:last-child {
  text-align: right;
}
