#env-development-fixedbanner
{
 position:fixed;
 top:0;
 left:0;
 width: 100%;
 height: 18px;
 z-index:999999;
 color:white;
 background-color: red;
}
#env-stage-fixedbanner
{
 position:fixed;
 top: 0;;
 left:0;
 width: 100%;
 height: 18px;
 z-index:999999;
 color:white;
 background-color: orange;
}
