.leaflet-draw-section, .leaflet-draw-toolbar {
	display:inline-flex;
}

.leaflet-draw.leaflet-control {
margin-top:0;
}

.leaflet-draw-actions {
top: 35px !important; 
left: 40px !important;	
}

#map {
    min-height:525px;	
    height: 67vh;
}

@media only screen and (max-height: 786px) {
    #map {
        height:475px;
    }
}