@import url("leaflet.css");
@import url("leaflet.draw.css");
@import url("esri-leaflet-geocoder.css");

/*
* Styles for outdated warning
*/
#outdated{
  display: none; position: fixed; top: 0; left: 0; width: 100%; height: 170px;
  text-align: center; text-transform: uppercase; z-index:1500;
  background-color: #0d3b5e; color: #ffffff;
}
* html #outdated{position: absolute;}
#outdated h6{font-size: 25px; line-height: 25px; margin: 30px 0 10px;}
#outdated p{font-size: 12px; line-height: 12px; margin: 0;}
