body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background-image: url("cartolina.jpg");
  margin-left:25%;
  margin-right:25%;
  background-size: cover;
  background-attachment: fixed;
}

table{
  border-collapse: separate;
}

td img {
  width: 250px;
  height: auto;
  border-radius: 8px;
  max-width: 250px;
  display: block;
  cursor: pointer;
}

tr.selezionata{
  background-color: #fff3b0;
}

.note{
  margin-top: 8px;
  padding: 6px;
  background-color: #f2f2f2;
  border-radius: 6px;
}

.nascosto{
  display: none;
}

#map{
  height: 400px;
  margin-top: 10px;
}
