.host-production {
    font-weight: bold;
    color: red;
}

.host-test {
    font-weight: bold;
    color: yellow;
}

.host-qbtest {
    font-weight: bold;
    color: blue;
}

.host-local {
    font-weight: bold;
    color: purple;
}

.host-debug-mode {
    font-weight: bold;
    color: orange;
}
