.shareThisText {
  margin-top: 1.6em;
  position: relative;
}
.shareThisText .link {
  display: inline-block;
  padding-right: 1em;
  width: auto;
  height: 1em;
}
.shareThisText .count {
  display: inline;
  font-weight: 800;
  font-size: .7em;
  color: #01aef0;
}
.shareThisText .text {
  font-weight: 800;
  font-size: .7em;
  text-transform: uppercase;
  border-bottom: 1px solid;
  padding-bottom: .2em;
  cursor: pointer;
}
.shareThisText .text:hover .popup {
  display: block;
}
.shareThisText .text a {
  color: inherit;
  text-decoration: none;
}
.shareThisText .popup {
  display: none;
  position: absolute;
  top: -43px;
  margin-left: -1em;
  overflow: hidden;
  padding-bottom: 10px;
}
.shareThisText .popup.email {
  margin-left: -2.7em;
}
.shareThisText .popup_inner {
  position: relative;
  border: 1px solid #ddd;
  height: 40px;
  background-color: #fff;
}
.shareThisText .popup_inner:after, .shareThisText .popup_inner:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.shareThisText .popup_inner:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}
.shareThisText .popup_inner:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ddd;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.shareThisText .stButton {
  padding: 10px 7px 0 7px;
}
