div.floorplanSpot img {
    width: 25px;
    height: 25px;
}

@media screen and (max-width: 500px) {
    div.floorplanSpot img {
        width: 20px !important;
        height: 20px !important;
    }
}

#customKolorAreaHeader {
    left: auto !important;
    right: 65px;
    width: 200px;
    z-index: 5000;
}

#customKolorAreaHeader .floorplanSwapBox {
    width: 200px;
}

#customKolorAreaHeader.kolorAreaHeader {
    /* display: block !important; */
    position: absolute;
    top: 0;
    left: 0;
}

#floorPlanArea .kolorAreaHeader {
    display: none;
}

#floorPlanArea .kolorAreaContent {
    padding-top: 35.5px;
}

.fptooltips span {
    color: #000000 !important;
}

.kolorBoxContainer {
    z-index: 8001 !important;
}



