/* output */
.comm_siteplan_key {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
span.siteplan_key {
    height: 20px;
    width: 20px;
    border-radius: 1em;
    margin: 0 .25em 0 1.5em;
    display: inline-block;
}
span#comm_siteplan_img {
    position: relative;
    display: block;
    max-width: 1000px;
	margin-left:auto;
	margin-right:auto;
}
span#comm_siteplan_img > img {
     max-width: 100%;
     height: auto;
     width: auto;
}
.siteplan_point{
     position: absolute;
     width: 1px;
     height: 1px;
     border-radius: 1em;
}
.comm_site_listing {
    position: absolute;
    width: 300px;
    box-shadow: 0 0 6px #333;
    background-color: #fff;
}

.comm_site_close {
    font-size: 0;
    position: absolute;
    right: 2px;
    top: -5px;
	font-family: "Font Awesome 5 Pro";
    display: inline-block !important;
    width: auto !important;
    color: #333;
    cursor: pointer;
    background:transparent;
}
.comm_site_close:before {
    content:"\f00d";
    font-size: 16px;
}
.comm_site_listing .comm_listing_details {
    padding: 0 1em !important;
}
.comm_site_listing .comm_listing_lot {
     padding: 0 !important;
}
.comm_site_listing .comm_listing_details h3 {
     padding: 0 !important;
}
.comm_site_lot {
    position: absolute;
    background-color: #fff;
    z-index: 10;
    padding: 1em 1em 0;
}
.siteplan_point{
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
}
