#app{width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}#app .main-menu{height:3em;max-height:3em;min-height:3em;border-bottom:1px solid #000}#app .main-menu .main-menu-content{width:100%;height:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;padding:0 1em}#app .main-menu .main-menu-content .main-menu-logo-text{height:100%;margin-right:1em}#app .main-menu .main-menu-content .main-menu-logo-text .main-menu-logo-text-content{height:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-weight:700;font-size:1.25em}#app .main-menu .main-menu-content a{margin-right:1em;color:#000;height:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}#app .main-menu .main-menu-content .main-menu-expandable-item{height:100%;position:relative;margin-right:1em}#app .main-menu .main-menu-content .main-menu-expandable-item .main-menu-expandable-item-text{height:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;text-decoration:underline;cursor:pointer}#app .main-menu .main-menu-content .main-menu-expandable-item .main-menu-expandable-list{display:none;position:absolute;top:100%;background:#fff;padding:0 .75em .75em .75em;box-shadow:3px 3px 10px silver;z-index:3;width:auto}#app .main-menu .main-menu-content .main-menu-expandable-item .main-menu-expandable-list a{display:block;width:auto;white-space:nowrap;height:2em;max-height:2em;min-height:2em}#app .main-menu .main-menu-content .main-menu-expandable-item:hover .main-menu-expandable-list{display:block}