.marker {
    display: block;
    border: none;
    padding: 0;
}

.marker-pointer {
    cursor: pointer;
}

.marker-round {
    border-radius: 50%;
}

.htmlfactory-modal {
    position: fixed;
    background-color: rgba(200, 200, 200, 1);
    text-align: center;
}
