#top-bar {
    xborder:5px solid red;
    xposition:absolute;
    xtop:0;
    width:100%;
    height:10%;
    padding:5px;
    pointer-events: none;
    z-index:1;

    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
}

#top-bar > .total-units {
    xcolor:red;
    display:flex;
    justify-content: center;
    align-items: center;
    font-family: consolas,monospace;
    font-size:1.5em;
}

#top-bar > .total-units > .units {
    xborder:1px solid grey;
    padding:5px;
}

#top-bar > .total-units > .label {
    xborder:1px solid grey;
    padding:5px;
}


#top-bar > .units-per-sec {
    xcolor:red;
    display:flex;
    justify-content: center;
    align-items: center;
    font-family: consolas,monospace;
    font-size:1em;
}

#top-bar > .units-per-sec > .units {
    xborder:1px solid grey;
    xpadding:5px;
}

#top-bar > .units-per-sec  > .label {
    xborder:1px solid grey;
    xpadding:5px;
}