.share-links{
  display: inline-flex;
  float: right
}

.share-links  div{
  margin-right: 0.5em;
  padding: 0.2em;
  border-radius: 3px;
  min-width: 30px;
  text-align: center;
}

.share-links  a{
  color: white;
}

.share-links .fb{
  background: #3b5998;
}

.share-links .gplus{
  background: #dc4e41;
}

.share-links .tw{
  background: #30abdf;
}

.share-links .pinterest{
  background: #bd081c;
}

.share-links .flickr{
  background: #ff0084;
}

.share-links .linkedin{
  background: #007bb6;
}

.share-links .whatsapp{
  background: #2fcb7f;
}