.achievement-title{
    font-family: "UTM Facebook"; font-size: 35px; line-height: 35px;
    color: #6b6b6b;
}
.achievement-avatar{
    width: 233px;
    height: 255px;
    border: 1px solid #fff;
    position: relative;
    margin-bottom: 14px;
}
.achievement-avatar img{
    width: 233px;
    height: 255px;
}
.achievement-avatar .shadow{
    position: absolute; left: 0; bottom: -15px;
    height: 14px;
    width: 233px;
    background: url(../images/shadow-small.png) top center no-repeat;
}
.achievement-content{
    width: 500px;
    text-align: justify;
    margin-left: 24px;
}
.achievement-content p{
    margin-bottom: 10px !important;
}
.achievement-content h1.df{
    font-family: "UTM Facebook"; font-size: 25px; line-height: 25px;
    color: #6b6b6b;
}
.achievement-content .label{
    padding-bottom: 5px;
    font-size: 14px;
    color: #6b6b6b;
}
.achievement-content .value{
    padding-bottom: 5px;
    font-size: 14px;
    color: #6b6b6b;
}
.achievement-content .w250px{
    width: 235px;
    font-size: 14px;
    font-weight: bold;
    color: #6b6b6b;
    background: url(../images/li.png) left center no-repeat;
    padding-left: 15px;
}