#map {
    height: 400px;
    width: 100%; /* The width is the width of the web page */
}

.map-marker {
    border: 1px solid #222222;
    background-color: #4285F4;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 14px;
    /*padding: 10px 15px;*/
    position: relative;
    /*transform: translateY(-8px);*/

    display: flex;
    justify-content: center;
    align-items: center;
}
.map-marker-cluster {
    width: 3rem;
    height: 3rem;
}

/*.map-marker::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 100%;*/
/*    transform: translate(-50%, 0);*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 8px solid transparent;*/
/*    border-right: 8px solid transparent;*/
/*    border-top: 8px solid #4285F4;*/
/*}*/

.map-marker-xl {
    width: 4rem;
    height: 4rem;
}
.map-marker-lg {
    width: 3rem;
    height: 3rem;
}
.map-marker-md {
    width: 2rem;
    height: 2rem;
}
.map-marker-sm {
    width: 2rem;
    height: 2rem;
}
