.toBlock {
top: 1px;
width: 222px;
position: sticky;
float: left;
margin-bottom: 30px;
}

#panel {
    position: fixed;
    top: 130px;
    left: -250px;
    margin: -87px 0 0 0px;
    overflow: hidden;
    z-index: 100;
}

#panel-content {
    width: 239px;
    height: auto;
    float: left;
    padding: 5px 4px;
    color: #7b7b7c!important;
    letter-spacing: 1px;
    background-color: #d3d3d3;
    font-family: Arial;
    font-size: 9px;
    font-weight: 400;
    text-transform: lowercase;
    border: 1px solid #833b49;
    border-radius: 0px 0;
    box-shadow: rgb(255 255 255) 0px 0px 2px inset, rgb(255 255 255) 0px 0px 1px inset, rgb(192 189 190) 0px 0px 30px inset;
    -webkit-box-shadow: rgb(255 255 255) 0px 0px 2px inset, rgb(255 255 255) 0px 0px 1px inset, rgb(192 189 190) 0px 0px 30px inset;
    -moz-box-shadow: rgb(255 255 255) 0px 0px 2px inset, rgb(255 255 255) 0px 0px 1px inset, rgb(192 189 190) 0px 0px 30px inset;
    -ms-box-shadow: rgb(255 255 255) 0px 0px 2px inset, rgb(255 255 255) 0px 0px 1px inset, rgb(192 189 190) 0px 0px 30px inset;
}

#panel-sticker {
    float: left;
    position: relative;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 48px;
    background: url(https://i.imgur.com/tS8ouzg.png) no-repeat;
    width: 69px;
    height: 61px;
    color: transparent!important;
}

#blockUsers > li > strong {
    cursor: pointer;
    font-size: 17px;
    color: red;
    font-weight: bold;
    top: 2px;
    position: relative;
}

.blockButton:before {
    content: "\00D7";
    cursor: pointer;
    margin-top: 38px;
    margin-left: -18px;
    position: absolute;
    width: 10px;
    opacity: 1;
    z-index: 2;
    color: #c3c3c3;
    font-size: 12px;
    padding-left: 5px;
}

ul#blockUsers {
    list-style-type: none;
    float: left;
    margin: 0px 36px;
}

/*
.blockButton:hover {
    opacity: 1;
}
.blockButton {
    opacity: 0;
}
*/