.game-servers-list-widget__server-heading-title {
    cursor: pointer;
}

.game-servers-list-widget__toggle-state {
    line-height: 1;
    text-decoration: none;
}

.game-servers-list-widget__attr-value {
    min-width: 100px;
}

.game-servers-list-widget__server-heading {
    background-color: #dff0d8;
    border-radius: 2px;
    padding: 5px;
}

.game-servers-list-widget__server-heading.switched-off {
    background-color: #f2dede;
}
.game-servers-list-widget__server-heading.hidden-server {
    background-color: #fcf8e3;
}

.game-servers-list-widget__hint-sign {
    position: relative;
    top: -5px;
    font-size: x-small;
    color: rgb(66, 139, 202);
}

.game-servers-list-widget__hint {
    position: absolute;
    margin-top: -5px;
    min-width: 400px;
    z-index: 10000;
}