
nav {
    vertical-align: baseline;
    width: 1000px;
    height: 38px;
    background:var(--ui-background);
    border-width:1px;
    padding: 0 2px;
    border-color:#FFFFFF var(--border-gray) var(--border-gray) #FFFFFF;
    border-style:solid;
    position:absolute;
    left: 50%;
    bottom: 6px;
    margin-left: -500px;
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.sections {
    position: relative;
    display: flex;
    flex-direction: row;
    column-gap: 4px;
    padding: 2px;
}
.sections #menu {
    visibility: hidden;
    width: 220px;
    height: 300px;
    background-color: var(--ui-background);
    border-style: outset;
    border-bottom: none;
    border-width:1px;
    border-color:#FFFFFF var(--border-gray) var(--border-gray) #FFFFFF;

    position: absolute;
    z-index: 1;
    bottom: 38px;
    left: -5px;
}
.sections button {
    /*position:absolute;
    right:3px;
    top:3px;*/
    margin:2px 0;
    width:100px;
    height:30px;
    background:var(--ui-background);
    border-width:1px;
    border-color:#FFFFFF var(--border-gray) var(--border-gray) #FFFFFF;
    padding:0;
    display: flex;
    flex-direction: row;
}
.sections:first-child {
    margin-left: 2px;
}

#Menu {
    width: fit-content;
}
#Menu img {
    width: 24px;
}
#Menu p {
    font-weight: bold;
    padding-right: 5px;
}

#Menu .active {
    border: 0;
}
.sections button:hover {
    background-color: var(--button-hover);
}
.sections button img {
    display: inline-block;
    width: 20px;
    height:auto;
    margin: auto 2px;
}
.sections button p {
    display: inline-block;
    font-family:Tahoma;
    margin-left: 3px;
    font-size: 12px;
    margin-top: auto;
    margin-bottom: auto;
}

.active-button {
    background-color: white !important;
    border-style: solid;
    border-width: 1px;
    border-color:var(--border-gray) #FFFFFF #FFFFFF var(--border-gray) !important;
}

.clock {
    width: 90px;
    height: 30px;
    margin-left: auto;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
}
