#panel {
  position: fixed;
  top: 170px;
  left: -236px;
  margin: -40px 0 0 -2px;
  overflow: hidden;
  z-index: 10000;
}
#panel-content {
  background: var(--bg3);
  border: 2px solid var(--link);
  box-shadow: 0px 0px 10px rgba(var(--accent), 0.25) inset;
  width: 238px;
  height: auto;
  float: left;
  padding: 3px 5px;
}
#panel-sticker {
  float: left;
  position: relative;
  background: radial-gradient(ellipse at center, rgba(var(--accent), 1) 0%, #3f4738 100%);
  padding: 3px 10px 3px 5px;
  margin: 0;
  cursor: pointer;
  color: var(--htxt);
}
#blockUsers > li > strong {
  cursor: pointer;
  font-size: 17px;
  color: var(--link);
  font-weight: bold;
  top: 2px;
  position: relative;
}
.blockButton:before {
  content: "x";
  cursor: pointer;
  margin-top: -4px;
  margin-left: -26px;
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(var(--accent), 1) 0%, #3f4738 100%);
  border-radius: 50%;
  z-index: 2;
  color: var(--htxt);
  font-size: 12px;
}
ul#blockUsers {
  list-style-type: none;
  float: left;
  margin-left: 25px;
}
