/* Check out Google Maps Max Updated! - Keep the Sidebar, or Hide it for Full Screen Goodness! */
/* Use this with Google Maps Max Updated by changing to the alternate domain below: */
/* @namespace url(http://www.w3.org/1999/xhtml);@-moz-document url-prefix(http://www.google.com/maps) */

@namespace url(http://www.w3.org/1999/xhtml);@-moz-document domain(maps.google.com)
{
#map>div:first-child+div>*
{display:none !important;}
#map_overview[style^="width: 120px"]>div,#map_overview[style^="width: 120px"]{width:13em!important;height:13em!important}
#map_overview[style^="width: 120px"]>div>div{width:12.5em!important;height:12.5em!important}
.helplinks {
  visibility:hidden !important;
  overflow:hidden !important;
  width:0px !important;
  height:0px !important;}
#map {
  position:fixed !important;
  left:-10px !important;
  top:0px !important;
  width:100% !important;
  height:100% !important;}
}