﻿.normalContainer{
    display: flex;
    /*flex-wrap: wrap;*/
}

.floorBox{
    padding: 5px;
    margin: 5px;
    width: 100%;
}

.floorBoxWrapper{
    background: rgba(0,0,0,0.50);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100px;
}

.floorName{
    font-size: 16pt;
}

.floorTime{
    font-size: 24pt;
}

.floorDifference{
    font-size: 16pt;
}

.faster{
    color: #00ff00;
}

.slower{
    color: #ff0062;
}

.notReached{
    color: #A9A9A9;
}

.hotel{
    background: rgb(253, 230, 146)
}

.casino{
    background: rgb(255, 199, 136)
}

.arena{
    background: rgb(255, 183, 194)
}

.museum{
    background: rgb(255, 186, 67)
}

.offices{
    background: rgb(255, 145, 123)
}

.laboratory{
    background: rgb(0, 221, 255)
}

.core{
    background: rgb(255, 0, 111)
}

.corruption{
    background: rgb(152, 255, 178)
}

.potg{
    background: rgb(214, 119, 255)
}