.ausy-social-media-sharing {
  display: block;
}

.ausy-social-media-sharing ul {
  padding-left: 0;
  list-style: none;
}

.ausy-social-media-sharing ul li {
  display: inline-block;
  margin-right: 4px;
  list-style-type: none;
}

.ausy-social-media-sharing ul li.print {
  float: right;
}

.ausy-social-media-sharing .share {
  background: #848484;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 36px;
  width: 36px;
}

.ausy-social-media-sharing .share img {
  width: 18px;
}

.ausy-social-media-sharing .share.facebook-share {
  background: #3b5998;
}

.ausy-social-media-sharing .share.linkedin {
  background: #007bb6;
}

.ausy-social-media-sharing .share.twitter {
  background: #55acee;
}

.ausy-social-media-sharing .share.print {
  background: #C7C7C7;
}
