.fb-share-button{
    float: right;
}




.share_fb {
      float: right;
    display: inline-block;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.share_button {
    border-color: #C7C3BF;
    background-color: #E9E9E9; /* Old browsers */ /* FF3.6+ */
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E9E9E9 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%,#E9E9E9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E9E9E9',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 0 0 1px #FFFFFF inset;
    -webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
    color: #8f8f8f;
    margin-right: 3px;
}
/*a :hover { color: #8f8f8f; }*/

.test_share a.share_fb:hover { color: #8f8f8f; }

/*.buttom:hover .icon {
    color: #8f8f8f !important;
}
.button-secondary:focus,
.button-secondary:hover,
.buttom:focus .icon,
.buttom:hover .icon {
    color: #8f8f8f  !important;
}*/
img.shared-icon {
    width: 16px;
    max-width: 16px;
    height: 16px;
    margin-right: 0.8em;
    margin-top: -0.5em;
}

/*a.button.btn-post-type.btn-shared {
    box-shadow: 0 0 0 1px transparent inset;
    padding: 0.5% 0.8em 0.5% 0.5em;
}*/
a.button.btn-post-type.btn-shared{
    width: 60px !important ;
        color: #272522;
        line-height: 1.8 !important;
/*        padding-top: 2px;
    padding-bottom: 3px;*/
    height: 24px;
    box-shadow: 0 0 0 1px transparent inset;
     padding: 2px 8px;
}
a.button.btn-post-type.btn-shared .bottom-lable span {line-height: 2 !important;}