.marker-cluster-small {
    background-color: rgba(181, 226, 140, .6);
    color: white;
}

.marker-cluster-small div {
    background-color: rgba(110, 204, 57, .6);
    color: white;
}

.marker-cluster-medium {
    background-color: rgba(110, 204, 57, .6);
    color: white;
}

.marker-cluster-medium div {
    background-color: rgba(78, 139, 42, 0.6);
    color: white;
}

.marker-cluster-large {
    background-color: rgba(78, 139, 42, 0.6);
    color: white;
}

.marker-cluster-large div {
    background-color: rgba(51, 90, 28, 0.6);
    color: white;
}

.leaflet-oldie .marker-cluster-small {
    background-color: #b5e28c
}

.leaflet-oldie .marker-cluster-small div {
    background-color: #6ecc39
}

.leaflet-oldie .marker-cluster-medium {
    background-color: #f1d357
}

.leaflet-oldie .marker-cluster-medium div {
    background-color: #f0c20c
}

.leaflet-oldie .marker-cluster-large {
    background-color: #fd9c73
}

.leaflet-oldie .marker-cluster-large div {
    background-color: #f18017
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 25px
}

.marker-cluster div {
    width: 36px;
    height: 36px;
    margin-left: 2px;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: center;
    color: white;
    border-radius: 25px;
    font: 15px "Titillium Web", Arial, Helvetica, sans-serif
}

.marker-cluster span {
    line-height: 35px
}