.show_author{
    border:solid 1px #aaa;    
}
.show_author .logo_wrapper{
    display:block;
    padding:5px;
    width:120px;
    text-align:center;
    float:left;
    font-size:13px;
}

.show_author .logo_wrapper .name{
    display:block;
    text-align:center;
}
.show_author .logo_wrapper img{
    width:100px;
    border-radius:50%;
}

.show_author .profile{
    display:block;
    min-height:100px;
    font-size:13px;
    padding:10px;
}