body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    z-index: 1;
}

#infoBox {
    margin: 6px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    z-index: 2;
    border-style: solid;
    border: 1px;
    border-radius: 2px;
}

.infoBoxChild {
    position: relative;
}

.infoElements {
    margin: 2px;
}

#region {
    border: 1px solid orange;
    position: absolute;
}
