.leaflet-chunky .leaflet-bar a, .leaflet-chunky .leaflet-bar a:hover {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.leaflet-chunky .leaflet-control-zoom-in, .leaflet-chunky .leaflet-control-zoom-out  {
	font-size: 30px;
}

.leaflet-chunky .leaflet-draw-actions {
  left: 36px;
}

.leaflet-chunky .leaflet-right .leaflet-draw-actions {
	right: 36px;
	left: auto;
}

.leaflet-touch.leaflet-chunky .leaflet-draw-actions {
  left: 38px;
}

.leaflet-touch.leaflet-chunky .leaflet-right .leaflet-draw-actions {
	right: 38px;
}

.leaflet-chunky .leaflet-draw-actions a {
  height:38px;
  line-height: 38px;
}

.leaflet-chunky .leaflet-draw-actions-top a,
.leaflet-chunky .leaflet-draw-actions-bottom a {
  height: 37px;
  line-height: 37px;
}

.leaflet-chunky .leaflet-draw-toolbar a.leaflet-wsmentity {
	background-image: url('images/spritesheet-1.5x.png');
	background-image: linear-gradient(transparent, transparent), url('images/spritesheet.svg');
	background-size: 400px 40px;
}

/* ================================================================== */
/* Draw toolbar
/* ================================================================== */

.leaflet-chunky .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
	background-position: -2px -2px;
}

.leaflet-chunky .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
	background-position: -41px -2px;
}

.leaflet-chunky .leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
	background-position: -82px -2px;
}

.leaflet-chunky .leaflet-draw-toolbar .leaflet-draw-draw-circle {
	background-position: -122px -2px;
}

.leaflet-chunky .leaflet-draw-toolbar .leaflet-draw-draw-marker {
	background-position: -162px -2px;
}

.leaflet-chunky .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
	background-position: -362px -2px;
}

/* ================================================================== */
/* Edit toolbar
/* ================================================================== */

.leaflet-chunky .leaflet-draw-toolbar .leaflet-draw-edit-edit {
	background-position: -202px -2px;
}

.leaflet-chunky .leaflet-draw-toolbar .leaflet-draw-edit-remove {
	background-position: -242px -2px;
}

.leaflet-chunky .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
	background-position: -282px -2px;
}

.leaflet-chunky .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
	background-position: -322px -2px;
}