  .share-this__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem; }
  @media (min-width: 55em) {
    .share-this__container {
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 2rem; } }

.sharethis-button {
  width: 30px;
  margin-right: 15px;
  cursor: pointer; }
