html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#map-canvas, #map_canvas {
  height: 100%;
}

@media print {
  html, body {
    height: auto;
  }

  #map-canvas, #map_canvas {
    height: 650px;
  }
}

#panel {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -180px;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
}
/* remove scroll bars for callout */
.gm-style-iw div {overflow:visible;}
/* custom styling for map context */
#bodyContent {width:320px;}
#bodyContent p {line-height:1.4em;}
/*
#content {background:url(../maps/rmz_logo_m.png) no-repeat left top; padding-left:40px; }
*/
#content h1 {font-family: 'Roboto Condensed', sans-serif; font-weight:400;}
#content {font-family: 'Roboto Condensed', sans-serif; font-weight: 300;} 

#content {font-size:12px !important; text-transform:capitalize; }
#projhd1, .proj1link:hover {color:#9f2064;}
#projhd2, .proj2link:hover {color:#15637d;}
#projhd3, .proj3link:hover {color:#a6ce39;}

.projhead {white-space:nowrap; font-size:1.4em;}
.proj1link, .proj2link, .proj3link {font-size:12px !important; text-decoration:none; color:#000;}