#block-dd_social-share_page ul {
  padding: 0;
  list-style: none;
}

#block-dd_social-share_page ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#block-dd_social-share_page ul li {
  float: left;
  margin: 0 .5em .5em 0;
  list-style: none;
}

#block-dd_social-share_page span.ext {
  display: none;
}

/*
 * Social media icons for DD Hover. They are targeted to the active state and
 * re-positioned so that they will hide the throbber image.
 */
.dd-hover-links .dd-facebook-share a {
  background: url('img/facebook-16.gif') 10px center no-repeat;
}

.dd-hover-links .dd-twitter-share a {
  background: url('img/twitter-16.png') 10px center no-repeat;
}

.dd-hover-links .dd-email-share a {
  background: url('img/email-32.png') 10px center no-repeat;
}

