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

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

.leaflet-layerstree-header label {
    display:contents;
    cursor: pointer;
    font-size: 12px;
}

.leaflet-layerstree-header span {
    font-size: 12px;
}

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

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

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

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

.leaflet-control-layertreecontrol,
.leaflet-control-layers-expanded {
  width: 250px !important;
}

.leaflet-control-layertreecontrol ul {
  width: 200px;
}

.leaflet-layerstree-header input {
    margin: 5px;
    cursor: pointer;
    vertical-align: sub; 
    scale:1.2;
}

.leaflet-layerstree-node {
  max-height: 160px;
  overflow: auto;
}