/* Move the complete shared brand as one unit in all three halls. */
body.space-lounge #appHeader.app-header > .brand,
body.space-practice #appHeader.app-header > .brand,
body.space-stage #appHeader.app-header > .brand {
 left: 0 !important; top: 0 !important; transform: translateX(58px) !important;
}
