.nascosto {
    display: none;
}
.evidenziato {
    background-color: yellow;
}
.active {
  background: #ffe580;
  font-weight: bold;
}
