<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sharecontainer {
    text-align: center;
    float:      right;
    top:        0px;
    right:      0px;
}

.sharecontainer ul {
    padding: 0;
    margin: 10px 0px 10px 0px;
}

.sharecontainer li {
    display: inline;
    list-style-type: none;
    padding: 0px 5px 0px 5px;
    margin: 0px;
}

.facebook {
  background-image: url('ic_facebook.png');
}

.twitter {
  background-image: url('ic_twitter.png');
}

.google {
  background-image: url('ic_gplus.png');
}

.icon {
    width: 70px;
    height: 70px;
    background-size:  45px 45px;
    background-repeat:  no-repeat;
    background-position:  center;
    cursor: pointer;
    display:  inline-block;
    float:    left;
    text-decoration:  none !important;
    color:  rgba(0, 0, 0, 0);
}

.right .icon {
  float: right;
}

.icon:hover {
  background-size:  50px 50px;
}
  </pre></body></html>