#trp-floater-ls {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 80%;
    background-color: #212121;
    border-radius: 5px 5px 0 0;
    display: block;
    overflow: hidden;
}

#trp-floater-ls.trp-bottom-left{
    left: 10%;
}

#trp-floater-ls.trp-top-right{
    bottom:auto;
    top: 0;
    border-radius: 0 0 5px 5px;
}

#trp-floater-ls.trp-top-left{
    bottom:auto;
    top: 0;
    left: 10%;
    border-radius: 0 0 5px 5px;
}

body.admin-bar #trp-floater-ls.trp-top-right,
body.admin-bar #trp-floater-ls.trp-top-left{
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar #trp-floater-ls.tr