.stg-switchlive {
    float:right;
    cursor: pointer;
    margin: -4px 0;
    background: #59a645;
    color: white;
}
.stg-switchlive:hover {
    box-shadow: 0 0 2px 2px #356732;
}

.stg-switchstg {
    float:right;
    cursor: pointer;
    margin: -4px 0;
    background: #f79034;
    color: white;
}
.stg-switchstg:hover {
    box-shadow: 0 0 2px 2px #c05627;
}

.stg-switchlive a, .stg-switchlive a:hover, .stg-switchstg a, .stg-switchstg a:hover {
    color: white;
    text-decoration: none;
    display: block;
    padding: 4px 8px;
}

#stg-identifier {
    padding: 10px 25px;
    color: #fff;
}

.stg-stage {
    background: #f79034;
}

.stg-live{
    background: #59a645;
}

.stageit-icon {
    padding: 0 8px;
    background: url('images/stg-icon.png') no-repeat;
}