.DisplayHeadingBg {
    position: absolute;
    left: 0px;
    top: 5200px;
    width: 100%;
    overflow: hidden;
    height: 63px;
    background-color: #f49537;
    color: white;
    font-size: 30px;
    line-height: 63px;
    padding-left: 25px;
    text-align: center;
}

.DisplayAvailable {
    position: absolute;
    left: 110px;
    top: 5290px;
    height: 50px;
    width: 50px;
    border: 1px solid black;
    background-color: antiquewhite;
}

.DisplayBooked {
    position: absolute;
    left: 250px;
    top: 5290px;
    height: 50px;
    width: 50px;
    border: 1px solid black;
    background-color: greenyellow;
}

.DisplayAvailableText {
    position: absolute;
    left: 170px;
    top: 5300px;
}

.DisplayBookedText {
    position: absolute;
    left: 310px;
    top: 5300px;
}

.Display_tooltip {
    visibility: hidden;
    z-index: 9999;
    opacity: .40;
    width: 180px;
    padding: 0px 20px;
    background: #16B8F8;
    color: black;
    position: absolute;
    top: -140%;
    left: -25%;
    border-radius: 9px;
    font: 16px;
    transform: translateY(9px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}



.Display_tooltip::after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12.5px 0 12.5px;
    border-color: #16B8F8 transparent transparent transparent;
    position: absolute;
    left: 20%;


}

.con-Display_tooltip:hover .Display_tooltip {
    visibility: visible;
    transform: translateY(-10px);
    opacity: 1;
    transition: .3s linear;
    animation: odsoky 1s ease-in-out infinite alternate;


}

@keyframes odsoky {
    0% {
        transform: translateY(6px);
    }

    100% {
        transform: translateY(1px);
    }

}



.Display_bottom .Display_tooltip {
    top: -115%;
    left: -435%;
}

.Display_bottom .Display_tooltip::after {
    top: 28%;
    left: 100%;
    transform: rotate(270deg);
}

.bookedstall {
    background-color: greenyellow;
}

.display_stall_box {
    border-width: 2px 2px 0px 2px;
    border-style: solid;
    border-color: grey;
    height: 330px;
    width: 51px;
    position: absolute;
    top: 5550px;
    left: 572px;
    background-color: lightgrey;
    transform: rotate(-5.4deg);
}

.Display_cell {
    border: 2px solid black;
    transform: rotate(-5.4deg);
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    color: black;
    background-color: antiquewhite;
}

.Display_cell_1 {
    border: 2px solid black;
    width: 51px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    color: black;
}

.DisplayStall1 {
    position: absolute;
    top: 5554px;
    left: 558px;
    width: 51px;
    height: 29px;
    line-height: 29px;
}

.DisplayStall2 {
    position: absolute;
    top: 5581px;
    left: 561px;
    width: 51px;
    height: 29px;
    line-height: 29px;
}

.DisplayStall3 {
    position: absolute;
    top: 5609px;
    left: 564px;
    width: 51px;
    height: 29px;
    line-height: 29px;
}

.DisplayStall4 {
    position: absolute;
    top: 5636px;
    left: 566px;
    width: 51px;
    height: 29px;
    line-height: 29px;
}

.DisplayStall5 {
    position: absolute;
    top: 5663px;
    left: 569px;
    width: 51px;
    height: 29px;
    line-height: 29px;
}

.DisplayStall6 {
    position: absolute;
    top: 5690px;
    left: 572px;
    width: 51px;
    height: 29px;
    line-height: 29px;
}

.DisplayStall7 {
    position: absolute;
    top: 5717px;
    left: 574.5px;
    width: 51px;
    height: 29px;
    line-height: 29px;
}

.DisplayStall8 {
    position: absolute;
    top: 5744px;
    left: 577px;
    width: 51px;
    height: 29px;
    line-height: 29px;
}

.DisplayStall9 {
    position: absolute;
    top: 5771px;
    left: 580px;
    width: 51px;
    height: 29px;
    line-height: 29px;
}

.DisplayStall10 {
    position: absolute;
    top: 5798px;
    left: 583px;
    width: 51px;
    height: 29px;
    line-height: 29px;
}

.DisplayStall11 {
    position: absolute;
    top: 5825px;
    left: 585px;
    width: 51px;
    height: 29px;
    line-height: 29px;
}

.DisplayStall12 {
    position: absolute;
    top: 5853px;
    left: 588px;
    width: 51px;
    height: 29px;
    line-height: 29px;
}

.display_stall_outline {
    position: absolute;
    top: 5350px;
}