#env-banner {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;

    width: 100vw !important;
    height: 44px !important;

    background-color: #f57c00 !important; /* Orange */
    color: #ffffff !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-weight: 700 !important;
    font-size: 14px !important;
    text-align: center !important;

    z-index: 2147483647 !important; /* beat everything */
}

/* Push page content down safely */
html body {
    padding-top: 44px !important;
}