/* Work around CSS properties introduced on img by bootstrap */
img.leaflet-tile {
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
}
