<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2, h2.sottotitoli {
  font-weight: 700;
  font-size:1.6rem;
  line-height: 28px;
  margin-top:20px;
  margin-bottom:15px;
}

h4 {
  font-weight: 700;
  font-size:1.2rem;
  margin-top:5px;
}

.page-title {
  /*font-size:1.8rem;*/
  font-size: 2.5rem;
}

a {
  text-decoration: underline;
  font-weight:bold;

}

 

.accordionLar {
  width: 100%;
}
.accordionLar-item {
  border: 1px solid #ddd;
  border-radius: none !important;
  margin-bottom: 10px;
}
.accordionLar-header {
  background: #f7f7f7;
  padding: 15px;
  cursor: pointer;
  user-select: none;
}
.accordionLar-body {
  display: none;
  padding: 15px;
  background: #fff;
}
.accordionLar-header.active {
  background: #e7e7e7;
}</pre></body></html>