.aif_shares {
    padding-left: 0 !important;
}

.aif_shares li{
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    position: relative;
    margin-right: 4px;
}

.aif_shares a {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 28px;
    height: 28px;
}

.aif_shares a img {
    display: block;
    width: 100%;
}


.aif_shares_black a i {
    color: #000;
}

.aif_shares_white a i {
    color: #fff;
    line-height: 28px;
}

.aif_shares_transparent-bg .aif_shares_fb {
    background-color: transparent;
}

.aif_shares_transparent-bg .aif_shares_ok {
    background-color: transparent;
}

.aif_shares_transparent-bg .aif_shares_vk {
    background-color: transparent;
}

.aif_shares_transparent-bg .aif_shares_tw {
    background-color: transparent;
}

.aif_shares_count {
    display: none !important;
    height: 28px;
    line-height: 28px;
    text-align: center;

    font-size: 12px;
    padding: 0 8px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}

.aif_shares_white .aif_shares_count {
    color: #fff;
}

.aif_shares_black .aif_shares_count {
    color: #000;
}

.aif_shares_count:before {
    content: "";
    position: absolute;
    width: 1px;
    top: 2px;
    bottom: 2px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEX///+nxBvIAAAAAXRSTlMz/za5cAAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=") 0 0 repeat-y;
    margin-left: -8px;
}

/*.aif_shares_tg img {
    height: 28px;
}

.aif_shares_ws img {
    height: 28px;
}*/