/* style sheet for areas (Google map etc.) */

div.gmap
{
  width: 1024px;
  max-width: 95%;
}

/* google map */
div.gmap iframe
{
  width: 100%;
  height: 500px;
  border: none;
}

@media screen and (max-width: 800px)
{
  div.gmap iframe { height: 350px; }
}

/* text link to larger map */
div.gmap a
{
  color: #0000ff; 
  text-align: left;
}