
.achievementList {
    margin: 0 0 50px 0;
    padding: 0 0;
}

.achievementList li, .achievement {
    margin: 1px 1px 1px 1px;
    height: 50px;
    background-color: #222222;
    list-style-type: none;
    border-radius: 5px;
}

.achievementList li.notFound {
    background-color: #808080;
    xbackground: #808080 url('images/QuestionMark50x50.png') left no-repeat;
}
.achievementList li.isHidden {
    display: none;
}


.achievementList li img, .achievement img {
    width: 50px;
    max-height: 50px;
    vertical-align: top;
    float: left;
    clear: both;
}

.achievementList li.notFound img {
    xvisibility: hidden;
    opacity: 0.4;
}

.achievementList li div.title, .achievement .title {
    padding: 3px 0 0 65px;
    font-size: 17px;
}

.achievementList li div.description, .achievement .description {
    padding: 0px 0 0 65px;
    font-size: 12px;
}

.achievementList li div.points, .achievement .points {
    font-size: 14px;
    float: right;
    background: url('images/coin_c15x15.png') right no-repeat;
    padding: 3px 18px 3px 5px;
    margin: 0 3px 0 0;
    box-sizing: border-box;
}
