.bc-author-box {
    border: 1px solid lightgray;
    border-radius: 2px;
    padding: 10px;
    margin: 10px 0;
}
.bc-author-avatar {
    float: left;
    border-radius: 15px;
    border: 10px solid white;
    margin-left: -10px;
    margin-top: -10px;
}
.bc-author-name {
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 7px;
    border-bottom: 1px solid lightgray;
}
.bc-author-social {
    float: left;
    margin-right: 10px;
    width: 48px;
    font-size: 48px;
}
.bc-author-socials {
    clear: both;
    height: 38px;
    border-top: 1px solid lightgray;
    margin-top: -15px;
}
