a.lk-social-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}
a.lk-social-icon.lk-social-small{
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
a.lk-social-icon.lk-social-large{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
}
/*a.lk-social-icon.border-circle{
    font-size: 0;
}*/
a.lk-social-icon.has-border{
    border:solid 1px;
    margin-left: 5px;
    margin-right: 5px;
}
a.lk-social-icon.border-circle{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
a.lk-social-icon.border-round{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
