/******************
        QA
******************/
div#env-banner-qa {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffa500;
    width: 100%;
    height: 18px;
    text-align: center;
    border-bottom: 1px solid #000;
}

div#env-banner-content-qa::before {
    content: "QA";
    font-weight: bold;
    font-size: 15px;
}

div#env-banner-content-qa {
    margin: 0 auto;
    text-align: center;
    color: #000000;
    font-family: "verdana", "arial", "sans-serif";
    font-size: 10px;
}

/******************
        UAT
******************/
div#env-banner-uat {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #660066;
    width: 100%;
    height: 18px;
    text-align: center;
    border-bottom: 1px solid #000;
}

div#env-banner-content-uat::before {
    content: "UAT";
    font-weight: bold;
    font-size: 15px;
}

div#env-banner-content-uat {
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
    font-family: "verdana", "arial", "sans-serif";
    font-size: 10px;
}

/******************
        PROD
******************/
div#env-banner-prod {
    display: none;
}

div#env-banner-content-prod::before {
    display: none;
}

div#env-banner-content-prod {
    display: none;
}
