a {
            
            color: #f55e6c;
        }


	.btn-share{



    cursor:pointer;







    position:relative;







    margin:auto;







    width:32px;







    height:32px;







    padding: 0 !important;







    top: 5px;







}



.dropdown-menu {
    position: absolute;
    top: -50px!important;
    left: -100px!important;
    z-index: 500;
    display: none;
    float: left;
    min-width: 3rem;
    padding: .0rem 0;
   /* margin: .100rem 0 0;*/

   /*margin:-1.2rem -20px 0px;*/
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;

}

.dropdown-menu{

    background: rgba(255,255,255,1);
    color:rgba(255,33,79,1); ;


}

/*.blog .ul .share {
position: absolute;
 will-change: transform;
  top: 0px;
   left: -100px;
    transform: translate3d(253px, 463px, 0px);

}*/