#productlikes {
    margin-top: 10px;
    width: 100%;
    float: left;
}

#footerlikes {
    width: 100%;
    display: table;
    margin: auto
}

#floatinglikes {
    position: fixed;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    float: left;
}

#floatinglikesone {
     display: block;
}

#floatinglikestwo {
     display: none;
}

.hide-it-show-it {
    border: none;
    margin-left: 0;
    width: 80px;
    padding: 2px;
    outline: none;
}

.hide-it-show-it.white {
    background-color: white;
    color: black;
}

.hide-it-show-it.grey {
    background-color: #b0b0b0;
    color: white;
}

.hide-it-show-it.standard {
    background-color: #b0b0b0;
    color: white;
}

.share_count {
    width: auto !important;
}