.scriptlesssocialsharing {
  box-sizing: border-box;
  margin: 18px auto;
}

.scriptlesssocialsharing-buttons {
  border-collapse: separate;
  border-spacing: 3px;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.scriptlesssocialsharing-buttons a.button {
  border: none;
  border-radius: 0;
  color: white;
  display: table-cell;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
}

.scriptlesssocialsharing-buttons .sss-name {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.scriptlesssocialsharing-buttons .button.email {
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.8);
}

.scriptlesssocialsharing-buttons .button.email:hover {
  background-color: #333333;
}

.scriptlesssocialsharing-buttons .button.twitter {
  background-color: #55acee;
  background-color: rgba(85, 172, 238, 0.8);
}

.scriptlesssocialsharing-buttons .button.twitter:hover {
  background-color: #55acee;
}

.scriptlesssocialsharing-buttons .button.facebook {
  background-color: #3b5998;
  background-color: rgba(59, 89, 152, 0.8);
}

.scriptlesssocialsharing-buttons .button.facebook:hover {
  background-color: #3b5998;
}

.scriptlesssocialsharing-buttons .button.linkedin {
  background-color: #0077b5;
  background-color: rgba(0, 119, 181, 0.8);
}

.scriptlesssocialsharing-buttons .button.linkedin:hover {
  background-color: #0077b5;
}

.scriptlesssocialsharing-buttons .button.pinterest {
  background-color: #bd081c;
  background-color: rgba(189, 8, 28, 0.8);
}

.scriptlesssocialsharing-buttons .button.pinterest:hover {
  background-color: #bd081c;
}

.scriptlesssocialsharing-buttons .button.google {
  background-color: #dc4e41;
  background-color: rgba(220, 78, 65, 0.8);
}

.scriptlesssocialsharing-buttons .button.google:hover {
  background-color: #dc4e41;
}

@media only screen and (min-width: 800px) {
  .scriptlesssocialsharing-buttons .sss-name {
    position: relative;
    height: auto;
    width: auto;
  }
}
