#r7-social-contraste {
    background: #f3f3f3 none repeat scroll 0 0;
    border-radius: 4px;
    overflow: hidden;
    padding: 8px;
}

.share-button {
    border-radius: 4px;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.facebook-share-button {
    background: #2a5e9e none repeat scroll 0 0;
}
.facebook-share-button:hover {
    background: #3576c6 none repeat scroll 0 0;
}
.twitter-share-button {
    background: #00c2f6 none repeat scroll 0 0
}
.twitter-share-button:hover {
    background: #2ad2ff none repeat scroll 0 0
}
.google-share-button {
    background: #e55b30 none repeat scroll 0 0
}
.google-share-button:hover {
    background: #eb7f5d none repeat scroll 0 0
}

.share-item {
    color: #fff;
    display: block;
    font-size: 10.5px;
    font-family: "Helvetica";
    font-weight: bold;
    height: 37px;
    text-transform: uppercase;
    width: 100px;
}

.share-item > span {
    display: inline-block;
    margin-left: 38px;
    margin-top: 12px;
}

.share-item.share-item-facebook > span {
    margin-left: 33px;
}

.share-icon {
    background: rgba(0, 0, 0, 0) url("../images/social-media-sprite.png") repeat scroll 0 0;
    height: 19px;
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
    width: 18px;
}

.twitter-share-icon{
  background-position: -22px 0px;
}

.google-share-icon{
  background-position: -42px 0;
  width: 22px;
}

.social-share, .entry-share{
  display: none;
}

.share-item.share-item-facebook > span, .share-item.share-item-twitter > span, .share-item.share-item-googleplus > span{
    font-size: 10px !important;
    line-height: 16px !important;
}

.accessibility-bar a{
    font-size: 12px !important;
    line-height: 17px !important;
}


.sociable-container-item, .sociable-container-item.encurtador, .sociable-container-item.encurtador > p{
    font-size: 15px !important;
    line-height: 21px !important;

}