html, body {

}

#map {
	width: 100%;
	height: 750px;
	margin: 0;
}

a.leaflet-control-zoom-in {
	background: #f0eee9;
}

a.leaflet-control-zoom-out {
	background: #f0eee9;
}

.leaflet-popup-content-wrapper {
	background: #f0eee9;
}

.leaflet-popup-tip {
	background: #f0eee9;
}

.leaflet-bar-part.leaflet-bar-part-single,
.easy-button-button.leaflet-bar-part {
	background: #f0eee9 !important;
}

.leaflet-left {
	width: 100%;
}

.leaflet-attribution-flag {
	display: none !important;
	visibility: hidden;
}

.leaflet-control-attribution {
	background: #f0eee9 !important;
}