/*
Copyright (C) 2017 Aeonsoft
www.aeonsoft.it
All rights reserved.
*/
/* 
    Created on : Jul 14, 2016, 8:53:31 AM
    Author     : ramon
*/

.gamification-leaderboard {
    font-size: 0.8rem;
}

.gamification-leaderboard .position {
    font-size: 1.2rem;
}

.gamification-leaderboard .user-avatar img {
    width: 30px;
    height: 30px;
}

.gamification-icon {
    position: relative;
    width: 100%;
}

.gamification-icon img {
    width: 80px;
    height: 80px;
    z-index: -1;
}

.gamification-icon div {
    position:absolute;
    left:0px;
    top:17px;
    font-size: 20px;
    width: 100%;
}

.gamification-coin img {
    width: 60px;
    height: 60px;
}

.gamification-coin div {
    font-weight: bold;
    text-shadow: 2px 2px 5px yellow;
}

.gamification-reward div {
    font-weight: bold;
    text-shadow: 2px 2px 5px yellow;
}
