/* web custom styles */

/* ========================================
   VARIABLES
   ======================================== */
:root {
	--blue:#132a3e;
	--red:#be0032;
}
/* html, body { border: 0; margin: 0; padding: 0; } */

#map { position:absolute; left:0; height: 94vh; width: 100vw; margin:auto; text-align:center }
#map * { text-align:left }

.H_ib_close {
  right: 6px;
  width: 10px;
  height: 10px;
  top: 5px;
}
.H_ib_content {
  min-width: 16em;
  font-size: 11px;
  line-height: 1.3em; 
  margin:10px;
}
.mi_title {
  font-size: 12px;
  font-weight: bold;
  border-bottom:1px solid #ccc;
}
.mi_description {
  font-style: italic;
}