@media print {
  .ssb { display:none;}
}
.ssb {
  font-size: 0px;
  /* Remove the additional margin due to inline-block */
}

.ssb .btn {
  font-size: 50px;
  /* Reset to default font-size */
  margin: 0px;
  /* Adjust spacing */
  transition: background-color 0.25s ease;
  /* Add some fading */
  border-radius: 2px;
  /* We want square buttons */
  padding: 0px;
  width: 60px;
  line-height: 35px;
}
/* To create buttons, we use the button mixin provided by Boostrap */
.btn-twitter {
  color: white;
  background-color: #eee;
  border-color: #eee;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: white;
  background-color: #dadada;
  border-color: #cfcfcf;
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #eee;
  border-color: #eee;
}
.btn-facebook {
  color: white;
  background-color: #eee;
  border-color: #eee;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: white;
  background-color: #dadada;
  border-color: #cfcfcf;
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #eee;
  border-color: #eee;
}
.btn-googleplus {
  color: white;
  background-color: #eee;
  border-color: #eee;
}
.btn-googleplus:hover,
.btn-googleplus:focus,
.btn-googleplus:active,
.btn-googleplus.active,
.open .dropdown-toggle.btn-googleplus {
  color: white;
  background-color: #dadada;
  border-color: #cfcfcf;
}
.btn-googleplus:active,
.btn-googleplus.active,
.open .dropdown-toggle.btn-googleplus {
  background-image: none;
}
.btn-googleplus.disabled,
.btn-googleplus[disabled],
fieldset[disabled] .btn-googleplus,
.btn-googleplus.disabled:hover,
.btn-googleplus[disabled]:hover,
fieldset[disabled] .btn-googleplus:hover,
.btn-googleplus.disabled:focus,
.btn-googleplus[disabled]:focus,
fieldset[disabled] .btn-googleplus:focus,
.btn-googleplus.disabled:active,
.btn-googleplus[disabled]:active,
fieldset[disabled] .btn-googleplus:active,
.btn-googleplus.disabled.active,
.btn-googleplus[disabled].active,
fieldset[disabled] .btn-googleplus.active {
  background-color: #eee;
  border-color: #eee;
}
.btn-stumbleupon {
  color: white;
  background-color: #eee;
  border-color: #eee;
}
.btn-stumbleupon:hover,
.btn-stumbleupon:focus,
.btn-stumbleupon:active,
.btn-stumbleupon.active,
.open .dropdown-toggle.btn-stumbleupon {
  color: white;
  background-color: #dadada;
  border-color: #cfcfcf;
}
.btn-stumbleupon:active,
.btn-stumbleupon.active,
.open .dropdown-toggle.btn-stumbleupon {
  background-image: none;
}
.btn-stumbleupon.disabled,
.btn-stumbleupon[disabled],
fieldset[disabled] .btn-stumbleupon,
.btn-stumbleupon.disabled:hover,
.btn-stumbleupon[disabled]:hover,
fieldset[disabled] .btn-stumbleupon:hover,
.btn-stumbleupon.disabled:focus,
.btn-stumbleupon[disabled]:focus,
fieldset[disabled] .btn-stumbleupon:focus,
.btn-stumbleupon.disabled:active,
.btn-stumbleupon[disabled]:active,
fieldset[disabled] .btn-stumbleupon:active,
.btn-stumbleupon.disabled.active,
.btn-stumbleupon[disabled].active,
fieldset[disabled] .btn-stumbleupon.active {
  background-color: #eee;
  border-color: #eee;
}
.btn-linkedin {
  color: white;
  background-color: #eee;
  border-color: #eee;
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  color: white;
  background-color: #dadada;
  border-color: #cfcfcf;
}
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #eee;
  border-color: #eee;
}
.btn-email {
  color: white;
  background-color: #eee;
  border-color: #eee;
}
.btn-email:hover,
.btn-email:focus,
.btn-email:active,
.btn-email.active,
.open .dropdown-toggle.btn-email {
  color: white;
  background-color: #dadada;
  border-color: #cfcfcf;
}
.btn-email:active,
.btn-email.active,
.open .dropdown-toggle.btn-email {
  background-image: none;
}
.btn-email.disabled,
.btn-email[disabled],
fieldset[disabled] .btn-email,
.btn-email.disabled:hover,
.btn-email[disabled]:hover,
fieldset[disabled] .btn-email:hover,
.btn-email.disabled:focus,
.btn-email[disabled]:focus,
fieldset[disabled] .btn-email:focus,
.btn-email.disabled:active,
.btn-email[disabled]:active,
fieldset[disabled] .btn-email:active,
.btn-email.disabled.active,
.btn-email[disabled].active,
fieldset[disabled] .btn-email.active {
  background-color: #eee;
  border-color: #eee;
}
.btn-reddit {
  color: white;
  background-color: #eee;
  border-color: #eee;
}
.btn-reddit:hover,
.btn-reddit:focus,
.btn-reddit:active,
.btn-reddit.active,
.open .dropdown-toggle.btn-reddit {
  color: white;
  background-color: #dadada;
  border-color: #cfcfcf;
}
.btn-reddit:active,
.btn-reddit.active,
.open .dropdown-toggle.btn-reddit {
  background-image: none;
}
.btn-reddit.disabled,
.btn-reddit[disabled],
fieldset[disabled] .btn-reddit,
.btn-reddit.disabled:hover,
.btn-reddit[disabled]:hover,
fieldset[disabled] .btn-reddit:hover,
.btn-reddit.disabled:focus,
.btn-reddit[disabled]:focus,
fieldset[disabled] .btn-reddit:focus,
.btn-reddit.disabled:active,
.btn-reddit[disabled]:active,
fieldset[disabled] .btn-reddit:active,
.btn-reddit.disabled.active,
.btn-reddit[disabled].active,
fieldset[disabled] .btn-reddit.active {
  background-color: #eee;
  border-color: #eee;
}
