.img-achievement {
    float: left;
    padding-right: 10px;
}

.achievement-name {
    font-weight: bold;
    margin-bottom: 0px;
}

.achievement-desc {
    margin-bottom: 0px;
}

.achievement-progress {
    margin-bottom: 0px;
    /* font-style: italic; */
    color: gray;
}

.a-achievement {
    text-decoration: none;
}

img.locked {
    filter: grayscale(100%);
}