﻿/*Player Profile Picture*/
.item-player .head-player {
    max-height: 300px;
}

.section-title.single-player {
    height: 200px;
    padding: 65px 0 0 0;
}

/* Player Statistics - Tournaments Popup */
.player-table-tournament-matches {
    font-size: 12px;
}
.player-table-tournament-matches td {
    padding: 5px 10px;
}

.player-blue-card {
    margin-left: 6px;
    font-size: 11px;
    background: #008aff;
    color: white;
    border-radius: 4px;
    padding: 2px 4px;
    cursor: pointer;
}
