.teachers__teacher {
    font-size: 20px;
    font-weight: 300;
    position: relative;
    height: 92px;
    margin-top: 15px;
}

.teachers__teacher + .teachers__teacher {
    margin-top: 20px;
}

.teachers__teacher img.avatar {
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 8px;
}

.teachers__teacher__name {
    _overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.teachers__teacher__info {
    line-height: 22px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.teachers__teacher__social {
    position: absolute;
    bottom: 0px;
    left: 98px;
}

.teachers__teacher__social a {
    border-bottom-width: 0;
    display: inline-block;
    margin-right: 2px;
}

.teachers__teacher__social img {
    width: 20px;
    height: auto;
}

