
.shareBar {
    position: relative;
    margin-left: 0px;
	padding-left: 50px;
	padding-right: 50px;
}

.shareBar ul.icons {
    bottom: -1px;
    left: 0px;
    position: absolute;
    display: inline;
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
}
.shareBar ul.icons li {
    cursor: pointer;
    display: inline;
    padding-right: 3px;
    height: 16px;
    width: 19px;
}
:root .shareBar ul.icons li img {
    -webkit-transition: height 100ms ease, width 100ms ease;
    -moz-transition: height 100ms ease, width 100ms ease;
    -ms-transition: height 100ms ease, width 100ms ease;
    -o-transition: height 100ms ease, width 100ms ease;
    transition: height 100ms ease, width 100ms ease;
}

:root .shareBar ul.icons li:hover + li img {
    height: 20px;
    width: 20px;
}
:root .shareBar ul.icons li:hover img {
    height: 26px;
    width: 26px;
    z-index: 9999;
}