.floorplanSpot .tooltiper {
	display: none;
}

.floorplanSpot:hover .tooltiper {
	display: block;
}

.tooltiper {
	background-color: white;
    border-color: #00a1e3;
    color: black;
    font-family: MetaPlusLF;
    width: 1000%;
    padding: 5px;
    border-radius: 2px;
    border-width: 1px;
    border-style: double;
    text-align: initial;
    padding-left: 1rem;
}