html {
    height: 100%;
    margin: 0;
}

body {
    height: 100%;
    margin: 0;
}

#map {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #282828;
}

.leaflet-popup-content-wrapper {
    padding: 5px !important;
    text-align: left;
    border-radius: 0px !important;
}


.leaflet-control-layers-expanded {
	padding: 15px !important;
	color: #333;
	background: #fff;
	}