.leaflet-div-icon {
    background: transparent;
    border: none;
}

.leaflet-div-icon .number-ocre {
    color: black;
}

.leaflet-div-icon .number {
    color: white;
}

.leaflet-marker-icon .number, .leaflet-marker-icon .number-ocre {
    position: relative;
    top: -32px;
    left: 3px;
    width: 25px;
    text-align: center;
    font-family: 'Roboto Slab';
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
    max-width: 22px;
    height: 22px;
    margin-top: 2px;
}

