﻿.selectplayerplayer .button
{
	width: auto;
}
.selectedplayerspan {
    display: block;
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
}
.mobile .selectedplayerspan {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.selectplayerpopup {
    background-color: #ffffff;
    border: solid 1px #000000;
    width: 520px;
    max-width: 95%;
    padding: 0;
    z-index: 10;
    height: 435px;
}
.mobile .selectplayerpopup {
    box-sizing: border-box;
    height: 94%;
    width: 100%;
    max-width: 100%;
    min-height: 0;
}
.selectplayerpopupinner {
    padding-left: 5px;
    padding-top: 5px;
}
.selectplayerpopupscrollbox {
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
.selectplayerpopup .searchclubresult {
    height: 250px;
    overflow: scroll;
}
.selectplayerclub .button, .selectplayerclub a
{
	margin-right: 10px;
}

