/* Hide the "Not logged in" fallback message - we have authentication working */
.corona-header-menu-container[ng-hide="user.isAuthenticated()"] {
    display: none !important;
}

/* Hide platform icons (bell and help) that aren't being used */
.corona-header-menu-wrapper > corona-dropdown[ng-show*="showPlatformIcons"] {
    display: none !important;
}
