.game-server-status-container {
    display: flex;
    /*justify-content: center;*/
    width: 100%;
}

.game-server-status {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 4px;
    vertical-align: middle;
    text-align: center;
}

.game-server-status.on {
    background-color: #4CAF50;
    color: white;
}

.game-server-status.off {
    background-color: #F44336;
    color: white;
}
