.uoe--sharethis {
  width: 100%;
  height: 48px;
}

.sharethis-wrapper {
  height: 36px;
  width: auto;
  display: inline-block;
  float: right;
  margin: 6px;
}

.st_facebook_custom {
  background: url("social-icons.png") no-repeat scroll 0px 0px;
  height: 34px;
  width: 34px;
  display: block;
  float: left;
  margin-left: 6px;
}

.st_facebook_custom:hover {
  background: url('social-icons.png') no-repeat scroll 0px -34px;
  cursor: pointer;
}

.st_twitter_custom {
  background: url("social-icons.png") no-repeat scroll -34px 0px;
  height: 34px;
  width: 34px;
  display: block;
  float: left;
  margin-left: 6px;
}

.st_twitter_custom:hover {
  background: url('social-icons.png') no-repeat scroll -34px -34px;
  cursor: pointer;
}

.st_linkedin_custom {
  background: url("social-icons.png") no-repeat scroll -68px 0px;
  height: 34px;
  width: 34px;
  display: block;
  float: left;
  margin-left: 6px;
}

.st_linkedin_custom:hover {
  background: url('social-icons.png') no-repeat scroll -68px -34px;
  cursor: pointer;
}

// Hidden for now, because there are no visual styles yet.
.st_sharethis_custom {
  display: none;
}
