html, body {
    width: 100%;
    height: 100%;
}

.alertbar {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2em;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.2);
    overflow: none;
}

.alertbar div {
    display: block;
    position: fixed;
}

.alertbar i {
    padding: 0.5em;
}

.alertbar .alerts {
    width: 40%;
    height: 2em;
    left: 0em;
}

.alertbar .process {
    width: 30%;
    height: 2em;
    right: 30%;
    top: 0em;
}

.alertbar .status {
    width: 30%;
    height: 2em;
    right: 0em;
}

.load {
    display: none;
}

.noodledm {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
}
