body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background-image: url("sfondo_carta.jpg");
  background-size: cover;
  margin-left: 25%; 
  margin-right: 25%;
}

table{
  border-collapse: separate;
}

img {
  width: 250px;
}

.Evidenziato {
  background-color: #ffe28a;
}

.toggle-note{
  cursor:pointer
}

.note {
  display: none;
  margin-top: 5px;
  font-size: 0.9em;
}

.note.visibile {
  display: block;
}

#viewer img {
  max-width: 100%;
  height: auto;
}
#map {
  height: 250px;
}