.st-total .st-label {
            display:none;
        }
        .st-btn .st-last{
            display:inline-block!important;
        }
        .st-custom-button-fb[data-network] {
            background-color: #4267B2;
            display: inline-block;
            padding: 5px 10px;
            cursor: pointer;
            font-weight: bold;
            color: #fff;
        }
            
        .st-custom-button-em[data-network] {
            background-color: #7d7d7d;
            display: inline-block;
            padding: 5px 10px;
            cursor: pointer;
            font-weight: bold;
            color: #fff;
        }
        .st-custom-button-wp[data-network] {
            background-color: #25d366;
            display: inline-block;
            padding: 5px 10px;
            cursor: pointer;
            font-weight: bold;
            color: #fff;
        }
        .st-custom-button-sms[data-network] {
            background-color: #ffbd00;
            display: inline-block;
            padding: 5px 10px;
            cursor: pointer;
            font-weight: bold;
            color: #fff;
        }
        .st-custom-button-ln[data-network] {
            background-color:#0077b5;
            display: inline-block;
            padding: 5px 10px;
            cursor: pointer;
            font-weight: bold;
            color: #fff;
        }
            .st-custom-button-tw[data-network] {
               background-color: #55acee;
                display: inline-block;
                padding: 5px 10px;
                cursor: pointer;
                font-weight: bold;
                color: #fff;
            }
.btn.st-custom-button-copy {
    border: 1px solid #ddd;
}
    .st-custom-button-copy[data-network]:hover {
        background-color: #fff;
    }
                .st-custom-button-tw[data-network]:hover {
                    background-color: #55acee;
                }
        .st-custom-button-fb[data-network]:hover {
                background-color: #4267B2;
            }
        .st-custom-button-em[data-network]:hover {
                background-color: #7d7d7d;
            }
        .st-custom-button-wp[data-network]:hover {
                background-color: #25d366;
            }
        .st-custom-button-ln[data-network]:hover {
            background-color: #0077b5;
        }
        .st-custom-button-sms[data-network]:hover {
                background-color:#ffbd00;
            }
        .st-label1{
            moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            color: #fff;
            display: inline-block;
            font-weight: 500;
            letter-spacing: 0.5px;
            min-width: 60px;
            opacity: 1;
            padding: 2px 14px;
            position: relative;
            font-size: 13px;
            vertical-align: top;
                }
         .st-custom-button:hover, .st-custom-button:focus {
              text-decoration: underline;
              background-color: #00c7ff;
           }
.st-label1 {
    display: none;
}
        @media(max-width:480px){
            .st-label1{
                display:none;
            }
        }
        @media(min-width:768px){
            /*.st-custom-button-wp, .st-custom-button-sms{
                display:none !important;
            }
            .display_none{
                display:none;
            }*/
        }
        @media(max-width:767px){
            /*.mobile_display_none {
                display: none;
            }*/
        }