#topbar {
    xborder:5px solid red;
    xposition:absolute;
    xtop:0;
    width:100%;
    height:10%;
    xpadding:5px;
    pointer-events: none;
    z-index:1;

    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
}

#topbar > .status-cont {
    border:3px solid rgb(36, 36, 36);
    width:100%;
    height:50%;

    display:flex;
    align-items: center;
    justify-content: start;

    background-color: #101215;
	background-image: repeating-linear-gradient(180deg, #0e0e0e, #0e0e0e 0.2em, #101215 0.2em, #101215 0.4em);
    font-family:Roboto Mono;
    font-family: 'WhiteRabbit';
    font-size:1.1em;
}

#topbar > .status-cont > .status {
    padding:5px;
    transition: opacity 0.2s;
    opacity:0;
}










#topbar > .total-units {
    xcolor:red;
    display:flex;
    justify-content: center;
    align-items: center;
    font-family: consolas,monospace;
    font-size:1.5em;
}

#topbar > .total-units > .units {
    xborder:1px solid grey;
    padding:5px;
}

#topbar > .total-units > .label {
    xborder:1px solid grey;
    padding:5px;
}


#topbar > .units-per-sec {
    xcolor:red;
    display:flex;
    justify-content: center;
    align-items: center;
    font-family: consolas,monospace;
    font-size:1em;
}

#topbar > .units-per-sec > .units {
    xborder:1px solid grey;
    xpadding:5px;
}

#topbar > .units-per-sec  > .label {
    xborder:1px solid grey;
    xpadding:5px;
}