.pinterest {
    position: relative;
    display: inline-block;
}

.pinterest.pinterest-top-left span {
    position: absolute;
    left: 20px;
    top: 20px;
}

.pinterest.pinterest-top-right span {
    position: absolute;
    right: 20px;
    top: 20px;
}

.pinterest.pinterest-bottom-right span {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.pinterest.pinterest-bottom-left span {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.pinterest.pinterest-center span {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -16px;
}
.on-toggle-replace
{
    display: none;
}