.leaflet-label {
    position: absolute;
    display: inline-block;
    z-index: 6;
    margin: 1px 0 0 -8px;
    padding: 0 3px;
    background-color: #fff;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 19px;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px #767676;
    white-space: nowrap;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 1px 1px 1px 1px #767676;
    -moz-box-shadow: 1px 1px 1px 1px #767676;
}
.leaflet-label:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -5px;
    left: 40%;
    height: 8px;
    width: 8px;
    background-color: inherit;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-top-left-radius: 8px;
    box-shadow: 2px 2px 2px 0 #767676;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
}
.leaflet-label:before {
    position: relative;
    margin-right: 0;
    margin-left: 0;
    left: 0;
    border: 0px;
}
.leaflet-label--active {
    background: rgba(113, 188, 44, 1);
}
.leaflet-label--sold {
    background: rgba(223, 51, 38, 1);
}
.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}
