.nav-banner-img {
    border: none;
    height: 64px;
    max-height: 64px;
    min-height: 64px;
}
.nav-img {
    border: none;
    height: 64px;
    max-height: 64px;
    min-height: 64px;
    width: 64px;
    max-width: 64px;
    min-width: 64px;
}
.nav-small-img {
    border: none;
    height: 48px;
    max-height: 48px;
    min-height: 48px;
    width: 48px;
    max-width: 48px;
    min-width: 48px;
}
#fake-navbar {
    font-family: Consolas, "Lucida Console", Monaco, Courier, monospace;
    font-size: 14pt;
    overflow: hidden;
    height: calc(2px + 64px);
    max-height: calc(2px + 64px);
    background-color: black;
    min-width: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
#back-navbar {
    text-align: left;
    min-width: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: Consolas, "Lucida Console", Monaco, Courier, monospace;
    font-size: 14pt;
    overflow: hidden;
    height: calc(2px + 64px);
    max-height: calc(2px + 64px);
    min-height: calc(2px + 64px);
    position: fixed;
    background-color: black;
}
#navbar-left {
    text-align: left;
    min-width: 30%;
    width: 30%; 
    top: 0;
    left: 0;
    z-index: 3;
    font-family: Consolas, "Lucida Console", Monaco, Courier, monospace;
    font-size: 14pt;
    overflow: hidden;
    height: calc(2px + 64px);
    max-height: calc(2px + 64px);
    min-height: calc(2px + 64px);
    position: fixed;
    background-color: black;
}
#navbar-center {
    text-align: center;
    min-width: 40%;
    width: 40%; 
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    font-family: Consolas, "Lucida Console", Monaco, Courier, monospace;
    font-size: 14pt;
    overflow: hidden;
    height: calc(2px + 64px);
    max-height: calc(2px + 64px);
    min-height: calc(2px + 64px);
    position: fixed;
    background-color: black;
}
#navbar-right {
    text-align: right;
    min-width: 30%;
    width: 30%; 
    top: 0;
    right: 0;
    z-index: 3;
    font-family: Consolas, "Lucida Console", Monaco, Courier, monospace;
    font-size: 14pt;
    overflow: hidden;
    height: calc(2px + 64px);
    max-height: calc(2px + 64px);
    min-height: calc(2px + 64px);
    position: fixed;
    background-color: black;
}
#refresh-time {
    vertical-align: top;
    font-family: Consolas, "Lucida Console", Monaco, Courier, monospace;
    font-size: 12pt;
}
.wileymud-version {
    vertical-align: bottom;
    font-family: Consolas, "Lucida Console", Monaco, Courier, monospace;
    font-size: 12pt;
    color: #bb0000;
}
.wileymud-gap {
    font-family: Consolas, "Lucida Console", Monaco, Courier, monospace;
    font-size: 12pt;
    color: #bb0000;
    min-width: 2ch;
    width: 2ch;
}
.wileymud-build-date {
    vertical-align: top;
    font-family: Consolas, "Lucida Console", Monaco, Courier, monospace;
    font-size: 12pt;
    color: #bb0000;
}
