.menu-shell {
    width: 90%;
    margin: 0 auto;
}

.menu-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 19px;
}

.menu-meta-left,
.menu-meta-right {
    white-space: nowrap;
}

.menu-meta-left {
    text-align: left;
}

.menu-meta-right {
    text-align: right;
}

.menu-divider img {
    display: block;
    width: 100%;
    height: 1px;
}

.menu-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: max-content;
    margin: 0 auto;
    line-height: 19px;
    white-space: nowrap;
}

.menu-cell {
    position: relative;
    flex: 0 0 auto;
}

.menu-button,
.menu-trigger {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    flex: 0 0 auto;
    min-height: 24px;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #93f8ff;
    font-family: sans-serif;
    font-size: 13pt;
    font-weight: normal;
    line-height: 19px;
    text-decoration: none;
    white-space: nowrap;
}

.menu-button:hover,
.menu-button:focus,
.menu-trigger:hover,
.menu-trigger:focus {
    border-color: #b7ff95;
    color: #b7ff95;
    outline: none;
    text-decoration: none;
}

.menu-row.menu-top .menu-button:hover {
    background-color: #567879;
}

.menu-row .menu-active {
    color: #b7ff95;
}

.menu-cell:hover > .menu-trigger,
.menu-cell:focus-within > .menu-trigger {
    background-color: #567879;
}

.menu-gap {
    flex: 0 0 10px;
    width: 1px;
    height: 20px;
}

.menu-empty {
    flex: 0 0 0;
    width: 0;
}

.menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    display: none;
    box-sizing: border-box;
    min-width: 180px;
    padding: 4px;
    border: 0;
    background: #567879;
    text-align: left;
}

.menu-cell:hover > .menu-dropdown,
.menu-cell:focus-within > .menu-dropdown {
    display: block;
}

.menu-dropdown a.menu-dropdown-link {
    display: block;
    box-sizing: border-box;
    padding: 2px 6px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #93f8ff;
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    white-space: nowrap;
}

.menu-dropdown a.menu-dropdown-link:hover,
.menu-dropdown a.menu-dropdown-link:focus {
    border-color: #b7ff95;
    color: #b7ff95;
    outline: none;
    text-decoration: none;
}

.menu-note {
    padding: 2px 6px 4px;
    color: #ffffff;
    font-family: sans-serif;
    font-size: 11pt;
    line-height: 18px;
    white-space: normal;
}

.menu-method .menu-dropdown {
    min-width: 220px;
}

.menu-documents .menu-dropdown {
    min-width: 330px;
}

.menu-forum .menu-dropdown {
    min-width: 150px;
}

.menu-references .menu-dropdown {
    min-width: 220px;
}

.menu-search .menu-dropdown {
    min-width: 250px;
}
