#messageBox {
    position: absolute;
    top: 0;
    left: 25vw;
    width: 50vw;
}
#innerMessageBox {
    margin: 0 auto;
    text-align: center;
}
.container {
    border: outset #bbbabc 1px;
    max-width: 90.0vw !important;
    padding-bottom: 15px;
    overflow-x: auto;
}
.topMenu {
    max-width: 90.0vw !important;
}
.topMenu div{
    width: 15vw;
}
.topMenu a {
    width: 7vw !important;
    height: 7vh !important;
    color: lightslategrey !important;
    text-decoration: none !important;
}
.topMenu a label {
    color: black !important;
}
@media (max-width: 550px) {
    .topMenuLabel {
        display: none !important;
    }
}
.topMenuSeparator {
    border-bottom: outset aliceblue 1px;
    margin-bottom: 15px;
}
#ZitForm .ZitFormLabel {
    width: 40vw;
}
#ZitForm .ZitFormData {
    width: 60vw;
}
.starSign {
    font-size: 11px;
    color: firebrick;
}

.tabArea {
    padding: 10px;
}

.searchArea {
    padding: 10px;
}

div.container {
    width: 90%;
}