.scriptlesssocialsharing-buttons .button .sss-name {
  margin-left: 8px;
}

.scriptlesssocialsharing-buttons .button:before {
  display: inline-block;
  font: normal normal normal 20px FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  font-size: 20px;
}

.scriptlesssocialsharing-buttons .twitter:before {
  content: '\f099';
}

.scriptlesssocialsharing-buttons .facebook:before {
  content: '\f09a';
}

.scriptlesssocialsharing-buttons .google:before {
  content: '\f0d5';
}

.scriptlesssocialsharing-buttons .pinterest:before {
  content: '\f0d2';
}

.scriptlesssocialsharing-buttons .linkedin:before {
  content: '\f0e1';
}

.scriptlesssocialsharing-buttons .email:before {
  content: '\f0e0';
}
