div.menuWrapper{position:sticky;top:50px;z-index:100;background-color:#fff;border-bottom:2px solid #eee;height:43px}body.Standalone div.menuWrapper{top:0;z-index:2000}div.menu{width:100%;margin-bottom:-2px;display:flex}div.menu > div{padding:14px 7px 5px 7px;text-align:center;font-size:1.1em;max-width:230px;width:1%;flex-grow:1;border-bottom:2px solid #eee;height:43px;vertical-align:top;white-space:nowrap;min-width:fit-content;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width:640px){div.menu{display:block;overflow:auto;white-space:nowrap}div.menu > div{min-width:50px;width:auto;display:inline-block}}div.menu > div:not(.disabled){cursor:pointer}div.menu > div,div.menu > div > a{color:var(--brandColorDark)}div.menu > div.disabled,div.menu > div.disabled > a{color:#888}div.menu > div.selected{font-weight:bold;border-bottom:2px solid var(--brandColorDark)}div.menu > div.selected > a{text-decoration:none}div.menu > div:not(.selected):not(.disabled):hover{background-color:#eee;border-bottom:2px solid #eee}