.env-banner { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; color: #fff; padding: 6px 40px; font-weight: 600; text-align: center; box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.env-banner__inner { max-width: 1200px; margin: 0 auto; }
.env-banner__link { color: #fff; text-decoration: underline; }
body.has-env-banner { padding-top: 36px; }
/* Offset any Semantic UI fixed menus so they sit below the env banner */
body.has-env-banner .ui.fixed.menu { top: 36px; }
