@font-face {
    font-family: 'neuropol-x-rg';
    src: url('fonts/neuropol-x-rg.ttf')  format('truetype'); /* Legacy iOS */
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.top-players, .my-friends { padding-left: 0px; }
.img-thumbnail { text-align: center; margin-bottom:10px; width:24%; }
.user-image { width:100%; float:left; }
.user-image img { width:160px; height:160px; }
.user-data { width:100%; float:right; font-family: neuropol-x-rg, sans-serif; }
.player-level { background: url('rank.png') no-repeat; width: 65px; height: 65px; color: white; padding: 15px 0; font-weight: bold; font-size: 23px; text-align: center; margin: 0 auto; }
.player-name { font-weight: bold; margin-bottom: 2px; }
.player-score { margin-bottom: 2px;display: inline-block; }
.player-lines { margin-bottom: 0px;display: inline-block; }
.player-score img,  .player-lines img { width: 16px; height: 16px; }
.no-friends { font-family: neuropol-x-rg, sans-serif; }