.status-bar.dev {
    display: block;
    position: fixed;
    width: 100%;
    height: 20px;
    background-color: darkred;
    color:white;
    text-align: center;
    z-index: 1500;
    line-height: 20px;
    font-weight:bold;
}

.status-bar.test {
    position: fixed;
    width: 100%;
    display: block;
    height: 20px;
    background-color: darkolivegreen;
    color:white;
    text-align: center;
    z-index: 1500;
    line-height: 20px;
    font-weight: bold;
}

.status-bar.production {
    display: none;
}
