.FoodHeadingBg {
    position: absolute;
    left: 0px;
    top: 4200px;
    width: 100%;
    overflow: hidden;
    height: 63px;
    background-color: #f49537;
    color: white;
    font-size: 30px;
    line-height: 63px;
    padding-left: 25px;
    text-align: center;
}

.FoodAvailable {
    position: absolute;
    left: 110px;
    top: 4290px;
    height: 50px;
    width: 50px;
    border: 1px solid black;
    background-color: antiquewhite;
}

.FoodBooked {
    position: absolute;
    left: 250px;
    top: 4290px;
    height: 50px;
    width: 50px;
    border: 1px solid black;
    background-color: greenyellow;
}

.FoodAvailableText {
    position: absolute;
    left: 170px;
    top: 4300px;
}

.FoodBookedText {
    position: absolute;
    left: 310px;
    top: 4300px;
}

.foodStall_tooltip {
    visibility: hidden;
    z-index: 20;
    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);
}

.foodStall_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%;
    z-index: 20;
}

.con-foodStall_tooltip:hover .foodStall_tooltip {
    visibility: visible;
    transform: translateY(-10px);
    opacity: 1;
    transition: .3s linear;
    animation: odsoky 1s ease-in-out infinite alternate;
    z-index: 20;
}

@keyframes odsoky {
    0% {
        transform: translateY(6px);
    }

    100% {
        transform: translateY(1px);
    }
}

.foodStall_bottom .foodStall_tooltip {
    top: 115%;
    left: -20%;
}

.foodStall_bottom .foodStall_tooltip::after {
    top: -15%;
    left: 8%;
    transform: rotate(180deg);
}

.bookedstall {
    background-color: greenyellow;
}

.FoodCourtBox_1 {
    border-width: 2px 2px 0px 2px;
    border-style: solid;
    border-color: grey;
    height: 133px;
    width: 300px;
    position: absolute;
    top: 4943px;
    left: 417px;
    z-index: 5;
    background-color: lightgrey;
}

.foodStall_cell {
    border: 2px solid black;

    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    color: black;
    z-index: 10;
    background-color: antiquewhite;
}

.foodStall_cell_1 {
    border: 2px solid black;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    color: black;
    z-index: 10;
}

.FoodStall1 {
    position: absolute;
    top: 4943px;
    left: 672px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.FoodStall2 {
    position: absolute;
    top: 4987px;
    left: 672px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.FoodStall3 {
    position: absolute;
    top: 5032px;
    left: 672px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.FoodStall9 {
    position: absolute;
    top: 5033px;
    left: 417px;
    width: 37px;
    height: 45px;
    line-height: 45px;
}

.FoodStall8 {
    position: absolute;
    top: 5033px;
    left: 452px;
    width: 37px;
    height: 45px;
    line-height: 45px;
}

.FoodStall7 {
    position: absolute;
    top: 5033px;
    left: 487px;
    width: 37px;
    height: 45px;
    line-height: 45px;
}

.FoodStall6 {
    position: absolute;
    top: 5033px;
    left: 522px;
    width: 37px;
    height: 45px;
    line-height: 45px;
}

.FoodStall5 {
    position: absolute;
    top: 5033px;
    left: 557px;
    width: 37px;
    height: 45px;
    line-height: 45px;
}

.FoodStall4 {
    position: absolute;
    top: 5033px;
    left: 592px;
    width: 37px;
    height: 45px;
    line-height: 45px;
}

.FoodStall10 {
    position: absolute;
    top: 4943px;
    left: 417px;
    width: 37px;
    height: 37px;
    line-height: 37px;
}

.FoodStall11 {
    position: absolute;
    top: 4943px;
    left: 452px;
    width: 37px;
    height: 37px;
    line-height: 37px;
}

.FoodStall12 {
    position: absolute;
    top: 4943px;
    left: 487px;
    width: 37px;
    height: 37px;
    line-height: 37px;
}

.FoodStall13 {
    position: absolute;
    top: 4943px;
    left: 522px;
    width: 37px;
    height: 37px;
    line-height: 37px;
}

.FoodStall14 {
    position: absolute;
    top: 4943px;
    left: 557px;
    width: 37px;
    height: 37px;
    line-height: 37px;
}

.FoodStall15 {
    position: absolute;
    top: 4943px;
    left: 592px;
    width: 37px;
    height: 37px;
    line-height: 37px;
}

.foodStall_direction {
    transform: rotate(90deg);
    position: absolute;
    top: 4470px;
    left: 600px;
    width: 150px;
}

.foodCourtOutline {
    position: absolute;
    top:4400px;
    height: 957px;
    width: 913px;
}