.team-list .team-list-item .tm_photo {
    padding-bottom: 100%;
    background-color: #f3f1f2;
    background-image: url(no_face.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.team-list .team-list-item .tm_name {
    font-weight: 500;
}
.team-list .team-list-item .tm_description {
    font-weight: 300;
}
.team-list .team-list-item .tm_add .key {
    font-weight: 300;
}
.team-list .team-list-item .tm_add .value {
    font-weight: 500;
}