.social-share {
  display: block;
  line-height: 50px;
  margin: 30px 0 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.social-share .feed-text {
  display: inline-block;
  margin-right: 10px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 11px;
  color: #484848;
  text-transform: uppercase;
  vertical-align: top;
}

.social-share .feed-facebook {
  background-color: #3b5998;
}

.social-share .feed-twitter {
  background-color: #00aced;
}

.social-share .feed-linkedin {
  background-color: #007bb6;
}
