/*html, body {height: 100%; margin: 0; padding: 0;}*/
#map_canvas {min-height: 100vh;border-style: groove;}

@media print {
/*  html, body {height: auto;}*/
  #map_canvas {min-height: 100vh;}
}

.label_n {color:navy; font-family: "Verdana", "Arial", "sans-serif"; font-weight:bold; font-size: 12px; text-align: left; white-space: nowrap;}
.label_a {color:red; font-family: "Verdana", "Arial", "sans-serif"; font-weight:bold; font-size: 14px; text-align: left; white-space: nowrap; text-decoration:blink}
.infowindow {color:black; font-family: "Verdana", "Arial", "sans-serif"; font-size: 12px; text-align: left; white-space: nowrap;}
.infocaption {color:navy; font-weight:bold;}
