.leaflet-pin-marker {
    margin-left: -4px !important;
    margin-top: -4px !important;
    width: 8px !important;
    height: 8px !important;
}

.leaflet-control-pin {
    width: 26px;
    height: 26px;
}

.leaflet-control-pin a {
    background: url("images/pin-disabled.png");
    background-position: -2px -2px;
}

.leaflet-control-pin-enabled a {
    background: url("images/pin.png");
}
