.share_links {
  overflow: hidden;
    font-size: 14px;
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
  font-weight: normal;
}

.share_links a:hover {
  color: white;
  opacity: 0.9;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  float: left;
  width: calc( 33% - 6px );
  margin: 3px;
}

.resp-sharing-button__link:hover {
  text-decoration: none;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: middle;
  margin-top: -3px;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}
.share_links .resp-sharing-button {
  background-color: black;
}
.share_links .facebook .resp-sharing-button {
  background-color: #3B5998;
}
.share_links .twitter .resp-sharing-button {
  background-color: #55acee;
}
.share_links .tumblr .resp-sharing-button {
  background-color: #32506d;
}
.share_links .linkedin .resp-sharing-button {
  background-color: #0077b5;
}
.share_links .reddit .resp-sharing-button {
  background-color: #ff4500;
}
.share_links .xing .resp-sharing-button {
  background-color: #1a7576;
}
.share_links .vk .resp-sharing-button {
  background-color: #4c6c91;
}
.share_links .email .resp-sharing-button {
  background-color: #ffbd00;
}

