#floorplan-svg {
    /* display: inline; */
    width: inherit;
    min-width: inherit;
    max-width: inherit;
    height: inherit;
    min-height: inherit;
    max-height: inherit;
}
.floorplan-div {
    width: 100%;
    height: 80vh;
}

.st11{
    fill:#9BD377;
}
/* .st11:hover {
    fill:rgb(105, 173, 63)
} */
.st11:active, .st11.active {
    fill:rgb(60, 178, 60)
}

/* Disable mouse on text layer */
.st6 {
    pointer-events: none;
}
.exinfo h3 {
    font-size: 18px;
    margin-bottom: 3px;
    margin-top: 15px;
}
.exinfo p {
    margin-bottom: 5px;
}
.exinfo {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.exinfo:last-child {
    border-bottom: none;
}