#regolamenti ol {
  counter-reset: section;
  list-style-type: none;
}

#regolamenti ol > li > :first-child:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

#regolamenti ol ol > li > :first-child::before {
  content: counters(section, ".") " ";
  font-weight: 700;
  color: var(--lightblue);
}


#regolamenti table thead {
  background-color: var(--red);
  color: var(--white);
  font-weight: 700;
}

#regolamenti table td, #regolamenti table th {
  padding: .4em .5em;
  text-align: left;
}

#regolamenti table th {
  vertical-align: middle;
}

#regolamenti a:hover {
  color: var(--lightblue);
}

[class*=title]{
  color: var(--lightblue);
}

#regolamenti.premi-loyalty tr td:first-child{
  width: 40%;
}