div#aroundthearea-map {
  width: 700px;
  height: 500px;
  border: 1px solid black;
  margin: 0 auto;
}

div#aroundthearea-map p.nojs {
  text-align: center;
  font-weight: bold;
  margin-top: 13em;
  font-size: 1.3em;
  color: #dd0000;
}

ul#legend {
  list-style: none;
  margin: 20px 0 0 65px;
  padding: 0;
}

ul#legend li {
  float: left;
  width: 200px;
  height: 33px;
  margin: 0;
  padding: 12px 0 0 50px;
  background-repeat: no-repeat;
  font-size: 1.1em;
  font-weight: bold;
}

ul#legend li.on {
  color: #000000;
  background-position: 0 0;
}

ul#legend li.off {
  color: #556062;
  background-position: 0 -45px;
}

ul#legend li#show-pubs { background-image: url('../images/google-maps/icons/pub.png'); }
ul#legend li#show-supermarkets { background-image: url('../images/google-maps/icons/supermarket.png'); }
ul#legend li#show-takeaways { background-image: url('../images/google-maps/icons/takeaway.png'); }
ul#legend li#show-shopping { background-image: url('../images/google-maps/icons/shopping.png'); }
ul#legend li#show-transport { background-image: url('../images/google-maps/icons/transport.png'); }
ul#legend li#show-bnbs { background-image: url('../images/google-maps/icons/bnb.png'); }
