.players-picker {
    width: 120px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    margin-top: 12px;
}

.players-picker img {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /* Webkit */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE 10  */
    /* Currently not supported in Opera but will be soon */
    -o-user-select: none;
    user-select: none;
}

.players-picker-action {
    position: absolute;
    height: 27px;
    width: 27px;
    border: 1px solid lightgrey;
    border-radius: 50%;
    cursor: pointer;
    left: -39px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.players-picker-action--add {
    left: 130px;
}

// WEBPACK FOOTER //
// ./src/styles/PlayersPicker.css