.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0em 0em 0em 0em;
  padding: 0em;
}

.resp-sharing-button {
  border-radius: 1px;
  transition: 25ms ease-out;
  padding: 0.1em 0.1em 0.1em 0.1em;
  font-family: sans-serif,Helvetica Neue,Helvetica,Arial;
  font-size: 0.9em;
  color: #eee;
  margin-top: 0.2em;
  width: 4.8em;
  height: 1.62em;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  margin-left: 0.2em;
  vertical-align: middle;
}

.resp-sharing-button--small svg {
  margin: 0.4em;
  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
}

.resp-sharing-button--reddit {
  background-color: #de381c
}

.resp-sharing-button--reddit:hover {
  background-color: #de381c


.resp-sharing-button--reddit {
  background-color: #de381c;
  border-color: #de381c;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #de381c;
  border-color: #de381c;
}
