.wd-bio-wrap{
    background: aliceblue;
    margin: 40px 0 20px 0;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    display: block;
    overflow: hidden;
}
.wd-bio-wrap .avatar-image{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.wd-bio-content .author-name {
    font-weight: bold;
    padding-bottom: 10px;
}
ul.wd-social{
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.wd-social li {
    display: inline-block;
    border: 1px solid #eee;
    padding: 3px 10px;
}
ul.wd-social li a {
    text-decoration: none;
}