/* Versione statica autonoma — derivata da demos_curso/lessons/2-geo/style.css.
   Edita questo file per cambiare layout. */

html, body { background: #fff; color: #1a1a1a; margin: 0; padding: 0; }

* { font-family: sans-serif; }

#context {
  position: absolute;
  pointer-events: none;
  top: 85px;
  left: 83px;
}

#myMap {
  position: absolute;
  width: 200px;
  height: 800px;
  border: 0px solid #333;
  left: 30px;
  top: 0px;
}

#title {
  position: absolute;
  left: 265px;
  top: 55px;
}

h1 {
  font-size: 26px;
  font-weight: 300;
  color: #777;
  white-space: nowrap;       /* forza una sola linea */
  margin: 0;
}
h1 b { font-weight: 700; color: #555; }

/* Pannelli interattivi nascosti nella versione statica */
#details, #tzunami { display: none; }
