.socialsharebutton label {
  float: left;
  background-color: #EEEEEE;
  opacity: 0.5;
  border: 1px solid #000000;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 0 6px 15px;
  font-family: sans-serif,fantasy,serif;
  margin-right: 9px;
}
.socialsharebutton label:after {
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #000000;
  content: "";
  display: inline-block;
  position: relative;
  left: 17px;
  top: 2px;
  width: 0;
  height: 0;
}
.socialsharebutton ul {
  float: left;
  list-style: none;
}
.socialsharebutton .social-share li {
  float: left;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #FFFFFF;
  margin-right:7px;
  border-radius: 50% !important;
}
.social .social-share li:hover {
  -webkit-box-shadow: inset 0px 0px 12px rgba(255,255,255,0.6);
  -moz-box-shadow: inset 0px 0px 12px rgba(255,255,255,0.6);
  box-shadow: inset 0px 0px 12px rgba(255,255,255,0.6);
}
.socialsharebutton .social-wide {
  width: 100%;
}
.socialsharebutton .social-wide li {
  float: left;
  width: 50%;
  cursor: pointer;
  text-align: center;
  height: 24px;
  padding-top: 6px;
}
.socialsharebutton span {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.socialsharebutton .social-pages li {
  float: left;
  width: 40px;
  height: 32px;
  cursor: pointer;
  color: #FFFFFF;
  margin-right: 2px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.socialsharebutton .social-pages li:hover {
  opacity: 0.8;
}
.socialsharebutton div {
  clear: both;
}

/* for vertical alignment */
.socialsharebutton .vertical {
  float: none !important;
}
.socialsharebutton .vertical-label:after {
  border-top: 8px solid #000000;
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  position: relative;
  left: -36px;
  top: 26px;
  width: 0;
  height: 0;
}
.socialsharebutton .vertical-ul {
  margin: 14px 0 0 23px;
}

/* social network styles */
.social-facebook {
  background: #3B5998 url("./social-buttons.png") no-repeat -4px -1px;
}
.social-twitter {
  background: #55ACEE url("./social-buttons.png") no-repeat -4px -53px;
}
.social-googleplus {
  background: #DD4B39 url("./social-buttons.png") no-repeat -4px -104px;
}
