  .share-this-page {
  margin-bottom: 1.5em;
}
.share-this-page ul a {
  border-radius: 3px;
  transition-duration: 0.2s;
  background-color: #acc17c;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  height: 1.5em;
  line-height: 1.5;
  text-align: center;
  width: 1.5em;
}
.share-this-page ul a:hover {
  background-color: #89a34d;
  color: #fff;
}
