@charset "utf-8";
/* CSS Document */
.wp-share-button {
    margin: 0px 0;
    display: table;
    width: 100%;
}

.wp-share-button .total-share {
    vertical-align: top;
    margin-right: 20px;
}
.wp-share-button .total-share .total-count-text {
    font-size: 17px;
}
.wp-share-button .total-share .total-count {
    font-size: 25px;
    font-weight: bold;
    color: #1ac695;
    line-height: normal;
}
.wp-share-button .pinterest {
    background: #e60523 none repeat scroll 0 0!important;
  }