.author_info {
    border: 1px solid #dddddd;
    margin-top: 10px;
    padding: 20px;
    min-height: 90px;
}

.author_info_left {
    float: left;
}

.author_avatar img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.author_info_right {
    margin-left: 110px;
}

.author_info .author_name {
    font-weight: bold;
}

.author_info h2 {
    margin-top: 0;
    font-size: 14px!important;
    line-height: 20px;
    text-shadow: 0 0 #000000;
}

.author_info .user_bio {
    margin-bottom: 0;
}