.leaflet-control-datepicker {
	display: flex;
}

.leaflet-control-datepicker select {
	margin: 0;
	background-color: white;
}

.datepicker-day {
	border-right: 0;
	border-radius: 4px 0 0 4px;
}

.datepicker-month {
	border-radius: 0 4px 4px 0;
}
