.share-selection-wrapper {
	background-color: white;
  border: 2px solid #F0EDED;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,.4);
  display: inline-block;
  left: -9999px;
  position: absolute;
  top: -9999px;
  z-index: 9999;
}
.share-selection-button {
	cursor: pointer;
	float: left;
	margin: 5px;
}
.share-selection-button:hover img {
  opacity: 0.7;
}
.share-selection-button:hover span {
  color: #777;
}
.share-selection-style-image-and-text .share-selection-button span {
  float: left;
  line-height: 17px;
}
.share-selection-style-image-and-text .share-selection-button img {
  float: left;
  margin-right: 5px;
}
.share-selection-button img {
  display: block;
}
