/* Minimal reset for the bare, chrome-less map pages embedded as iframes
   (or opened directly via a "Full Screen" link) - v2020_business_map.html,
   v2020_business_map2.html, v2020_business_satellite.html,
   v2020_branches_map.html, v2020_locations_map.html, v2020_buses_map.html,
   void_map.html, facility_map.html, virtual2_locations_map.html.

   These pages have no header/nav/footer by design - only a full-viewport
   Leaflet map - so they don't need the rest of the site's stylesheet.
   Replaces the old styles.css these previously linked purely for this
   html/body reset. */
html, body {
    margin: 0;
    height: 100%;
}
