﻿
/* server indicator */
.server-indicator {
    position: fixed;
    top: 80px;
    left: 6px;
    border: 1px solid #d9534f;
    border-radius: 4px;
    z-index: 99;
}
    .server-indicator .indicator-wrapper {
        min-width: 48px;
        line-height: 21px;
        background-color: #361514;
        color: #fff;
        text-align: center;
        margin: 1px;
        padding: 0 4px;
        font-size: 9px;
    }
.server-indicator .indicator-wrapper .indicator-alias:after {
    content: 'STAGE';
}

