﻿.mainDivTopPlayer {
    background-color: black;
    border: 3px solid #D5D3D3;
    border-radius:10px;
    float: left;
    padding: 5px 3px;
    position: relative;
    width: 282px;
    height: 90px;
}

.imgPosition {
    position: relative;
    float: right;
    background-image: url('position.png');
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    bottom: 13px;
    right: 15px;
}

.positionText {
    font-size:1.3em;
    padding: 9px 0 0 19px;
    color: #8D5600;
}

.playerName {
    font-size: 1.1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pointsOrGainText {
    color: #BBBBBB;
}

.nbTournament {
    color: #BBBBBB;
}