.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px none rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.leaflet-control-layers-toggle.leaflet-layerstree-named-toggle {
    /* margin: 2px 5px; */
    width: auto;
    height: auto;
    background-image: none;
    background: transparent;
}

.leaflet-layerstree-node {
}

.leaflet-layerstree-header input {
    margin-left: 2px;
}

.leaflet-layerstree-header {
    /* padding: 10px; */
    /* margin: 0px; */
}

.leaflet-layerstree-header-pointer {
    cursor: pointer;
}

.leaflet-layerstree-header label {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

.leaflet-layerstree-header-label {
    font-size: 15px;
}

.leaflet-layerstree-header-name {
    margin-left: 5px;
    font-weight: bold;
    /* font-size: 25; */
}

.leaflet-layerstree-header-space {
}

.leaflet-layerstree-children {
    padding-left: 25px;
    padding-top: 10px;
}

.leaflet-layerstree-children-nopad {
    padding-left: 0px;
}

.leaflet-layerstree-closed {
}

.leaflet-layerstree-opened {
}

.leaflet-layerstree-hide {
    display: none;
}

.leaflet-layerstree-nevershow {
    display: none;
}

.leaflet-layerstree-expand-collapse {
    cursor: pointer;
}
