.teamPlayers a {
    display: block;
    text-decoration: none;
}

.teamPlayers a .teamMemberItem {
    background: url('../../images/mobile/table_background.png') repeat;
    display: block;
    border-top: 1px solid #c9cbcd;
    cursor: pointer;
    height: 4em;
    position: relative;
}

.teamPlayers a:last-child .teamMemberItem {
    border-bottom: 1px solid #c9cbcd;
}

.teamPlayers a .teamMemberItem .teamMemberNationality {
    position: absolute;
    right: 0.3em;
    top: 0.3em;
    z-index: 20000;
}

.teamPlayers a .teamMemberItem .gradientBorder {
    height: 100%;
    display: block;
    width: 12px;
    background: transparent;
    right: 0px;
    top: 0px;
    position: absolute;
    background: url('../../images/mobile/team_players_item_gradient.png');
    opacity: 0;
}

.teamPlayers a .teamMemberItem .teamMemberWrap {
    width: 100%;
    display: inline-block;
}
    
.teamPlayers a .teamMemberItem span{
    vertical-align: top;
}

.teamPlayers a,
.teamPlayers a .teamMemberItem,
.teamPlayers a .teamMemberItem .teamMemberImage {
    overflow: hidden;
}

.teamPlayers a .teamMemberItem .teamMemberImage {
    width: 2.7em;
    display: inline-block;
}

.teamPlayers a .teamMemberItem .teamMemberImage img{
    height: 100%;
    position: absolute;
}

.teamPlayers a:hover .teamMemberItem .teamMemberImage {
    width: 5.4em;
}

.teamPlayers a .teamMemberItem .teamMemberData {
    display: inline-block;
    overflow: hidden;
    padding: 6px;
    position: absolute;
    background: url('../../images/mobile/table_background.png') repeat;
    width: 15em;
    height: 100%;
}

.teamPlayers a .teamMemberItem .teamMemberData span {
    display: block;
}

.teamPlayers a .teamMemberItem .teamMemberData span .teamMemberPost{
    font-family: PtSansBold, Arial;
    color: #858585;
    font-size: 0.9em;
}

.teamPlayers a .teamMemberItem .teamMemberData .teamMemberName {
    font-family: PtSansBold, Arial;
    color: #3c4650;
    display: inline-block;
    font-size: 0.9em;
}

.teamPlayers div.width93PercentCentered {
    margin-bottom: 1em;
}