.sharethisbutt {
width: 100%;
}
.Share-this-arti p{
color: #000 !important;
font-family: Arial, sans-serif;
font-size: 16px;
font-style: italic;
font-weight: bold;
}

ul#social-post-un li a:hover {
        color: #fff;
}
ul#social-post-un li a {
        color: #333;
        text-decoration: none !important;
}
ul#social-post-un li {
    
    cursor: pointer;
    float: left;
    list-style: none outside none;
    position: relative;
}
#social-post-un li p {
    color: #FFFFFF;
    font-size: 14px;
    margin: 0;
    text-align: center;
}
ul#social-post-un li {
    
    cursor: pointer;
    float: left;
    list-style: none outside none;
    margin-right: 15px;
    position: relative;
}

#social-post-un a {
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 0;
    padding: 0 10px;
}

#social-post-un strong {
    display: block;
    width: auto;
    padding: 4px 7px;
    position: absolute;
    background-color: #fd4326;
    color: white;
    left: 200%;
    bottom: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
}
#social-post-un li:hover strong {
    left: 20%;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
}


.sharethisbutt .facebook {
        background: #3C5B9B;
        color: white;
}
.sharethisbutt .twitter {
        background: #2DAAE1;
        color: white;
}
.sharethisbutt  .google {
        background: #F63E28;
        color: white;
}
.sharethisbutt  .stumbleupon {
        background: #eb4924;
        color: white;
}
.sharethisbutt .digg {
        background: #1b5891;
        color: white;
}
.sharethisbutt  .delicious {
        background: #333;
        color: white;
}
.sharethisbutt  .linkedin {
        background: #0173b2;
        color: white;
}
.sharethisbutt  .reddit {
        background: #fe3432;
        color: white;
}
.sharethisbutt  .technorati {
        background: #6DC125;
        color: white;
}

ul#social-post-un {
    float: right;
    margin: 15px 0 15px;
    padding: 0;
    width: 100%;
}