    /* Upraví styl tak, aby byly položky v listu pod sebou */
    .leaflet-control-layers-base,
    .leaflet-control-layers-overlays {
    	display: flex !important;
    	flex-direction: column !important;
    }

    .leaflet-control-layers-base span,
    .leaflet-control-layers-overlays span {
    	display: flex !important;
    	align-items: center !important;
    	white-space: nowrap !important;
    	margin-left: 5px !important;
    }

    .leaflet-control-layers-selector {
    	top: unset !important;
    	flex: 0 !important;
    }

    .leaflet-control {
    	background: rgba(255, 255, 255, 0.666) !important;
    }

    .leaflet-control-zoom-in,
    .leaflet-control-zoom-out {
    	background: rgba(255, 255, 255, 0) !important;
    }

    .leaflet-control-attribution,
    .leaflet-control-attribution a {
    	font-size: 10px !important;
    }