@CHARSET "UTF-8";

ul.ShareLinksModule {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.ShareLinksModule li {
    margin:2px
}


ul.ShareLinksModule {
    list-style: none;
    margin: 5px 0;
    white-space: nowrap;
}

ul.ShareLinksModule li {
    display: inline-block;
    margin: 2px;
    cursor: pointer;
}

ul.ShareLinksModule.s-button li.twitter:after {
    content: "Tweet";
    font: bold 11px/17px Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    white-space: nowrap;
    cursor:pointer;
}

ul.ShareLinksModule.s-button li.twitter {
  display: inline-block;
  padding: 1px 3px 0 19px;
  border: #ccc solid 1px;
  border-radius: 3px;
  background: #f8f8f8 url(//platform.twitter.com/images/bird.png) 2px 3px no-repeat;
  background: url(//platform.twitter.com/images/bird.png) 2px 3px no-repeat,
              -webkit-linear-gradient(#fff, #dedede);
  background: url(//platform.twitter.com/images/bird.png) 2px 3px no-repeat,
              linear-gradient(#fff, #dedede);
  background-size: 16px 13px, auto auto;
}

ul.ShareLinksModule.s-button li.twitter img {
    display:none;
}

ul.ShareLinksModule.s-button li.g-plus:after {
    content: "Share";
    font: bold 11px/17px Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    white-space: nowrap;
    cursor:pointer;
}

ul.ShareLinksModule.s-button li.g-plus {
  display: inline-block;
  padding: 1px 3px 0 22px;
  border: #ccc solid 1px;
  background: #fff url(////www.gstatic.com/images/icons/gplus-16.png) 2px no-repeat;
  background: url(//www.gstatic.com/images/icons/gplus-16.png) 2px no-repeat,
  background-size: 16px 13px, auto auto;
}

ul.ShareLinksModule.s-button li.g-plus img {
    display:none;
}

ul.ShareLinksModule.s-button li.fb-share:after {
    content:"Share";
    font: 11px/17px Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor:pointer;
    padding-top:5px
}

ul.ShareLinksModule.s-button li.fb-share {
  display: inline-block;
  padding: 1px 3px 0 19px;
  border: #3B5998 solid 1px;
  border-radius:2px 2px 2px 2px;
  background: #3B5998 url(//media.geolive.ca/social/fb-logo-12.png) 2px no-repeat;
  background: url(//media.geolive.ca/social/fb-logo-12.png) 2px no-repeat,
  background-size: 12px 12px, auto auto;
}

ul.ShareLinksModule.s-button li.fb-share img {
    display:none;
}


.share-links img {
    width:auto;
    max-height:30px;
    margin: 0 1px;
}