.teacher-wrap:first-child {
}
.teacher-wrap {
    padding: 20px;
    cursor: default;
    vertical-align: bottom;
    box-shadow: 0 1px 2px rgba(6, 33, 63, 0.20);
    background: #fff;
    border-radius: 2px;
    margin: 10px 0;
}
.teacher-name {
    float: right;
    font-weight: bolder;
    width: 650px;
    font-size: 16px;
    text-align: center;
    padding: 0 0 4px 0;
}
.teacher-occupation {
    float: right;
    width: 650px;
    text-align: center;
    font-size: 13px;
    color: #9b9b9b;
    padding-bottom: 7px;
}
.teacher-photo {
    float: left;
}
.teacher-photo img {
    width: 200px;
    vertical-align: bottom;
}
.teacher-short_info, .teacher-full-info {
    width: 650px;
    float: right;
    line-height: 1.8em;
    font-size: 13px;
}
.teacher-full-info {
    float: none;
    clear: both;
    width: 100%;
    display: none;
    padding-top: 10px;
}
.teacher-show-more { 
    clear: both;
    width: 100%;
    margin-top: 10px;
}

#content { 
    text-align: justify;
    padding: 20px;
    font-size: 12px;
    box-shadow: 0 1px 2px rgba(6, 33, 63, 0.20);
    background: #fff;
    border-radius: 2px;
    margin: 20px 0 10px;
}
body#teachers #content {
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

dt { width: 180px; }
dd {
    margin-left: 190px;
    text-align: justify !important;
}
/*.teacher-full-info { width: 100%; }*/