html, body {height: 100%; margin: 0; padding: 0;}
#map_canvas {height: 100%;}

@media print {
  html, body {height: auto;}
  #map_canvas {height: 650px;}
}

.label_n {color:maroon; 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:maroon; font-weight:bold;}
