body {
  position: relative;
}

/*body {background: repeat-y right url(/Hand.gif), repeat-y left url(/Hand-left.gif);}*/
[role="background"] {
  position: fixed;
  background-position: center;
  background-size: cover;
  z-index: 0;
}

#counter {
  background: black;
  padding: 5px;
  float: left;
}

#counter img {
  background: #ffc610;
  border: 0px;
}

.hurtbox {
  background-color: #333;
  padding: 3px;
  border: 1px #eee dashed;
}

.disabled {
  display: none;
}

#bh {
  padding: 0px 0px;
  margin: 10px auto;
  display: block;
  width: 350px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}

#bhd .holder {
  display: inline-block;
}

#age {
  color: white;
  font-size: 15px;
  float: right;
  background: #c00;
  border-radius: 5px;
  margin: 0px 0px 0px 20px;
  padding: 2px;
}

#shed {
  margin: 5px auto;
  width: 90%;
}

#shed table {
  border-collapse: collapse;
  width: 100%;
}

#shed span {
  display: block;
  color: #aaa;
  font-size: 70%;
  white-space: nowrap;
}

#shed div {
  font-size: 80%;
}

#shed td {
  text-align: center;
}

#shed .now {
  background: #800;
  color: white;
}

#shed .old {
  color: #888;
}

#shed .new {
  color: #800;
}

/*#radiochan h1 {*/
/*  font-size: 16px;*/
/*}*/

/*#radiochan .msgtime {*/
/*  color: #888;*/
/*}*/

/*#radiochan .somemsg_id {*/
/*  color: #467ea6;*/
/*  font-weight: bold;*/
/*}*/

#down2 {
  overflow: auto;
}

#downstat {
  height: 110px;
  overflow: auto;
}

#downstat tr {
  font-size: 11px;
}

.with_glow {
  text-shadow: 2px 2px 5px #fff;
}

/*#strange div,*/
/*#strange img {*/
/*  pointer-events: auto !important;*/
/*}*/

.announce,
.from_id,
.user_fio,
.user_id {
  font-size: 70%;
  font-family: sans-serif;
}

/*#snowy {*/
/*  pointer-events: none !important;*/
/*}*/

@keyframes f {
  0%,
  20% {
    font-size: 1em;
  }
  10% {
    font-size: 1.2em;
  }
  0%,
  100% {
    color: #f00;
  }
  33% {
    color: #0f0;
  }
  67% {
    color: #00f;
  }
}

.c {
  display: block;
  text-align: center;
  height: 200px;
}

.c > a {
  display: inline-block;
  border-radius: 10px;
  border: 72px solid;
  border-image: url(https://files.catbox.moe/8ys9jz.gif) 72 repeat;
}

.c span {
  animation: f 2.5s infinite linear;
}

.c span:nth-child(5n) {
  animation-delay: 2s;
}

.c span:nth-child(5n + 2) {
  animation-delay: 0.5s;
}

.c span:nth-child(5n + 3) {
  animation-delay: 1s;
}

.c span:nth-child(5n + 4) {
  animation-delay: 1.5s;
}

/*#zhroch2021 {*/
/*  display: block;*/
/*  margin: 20px auto;*/
/*}*/

/*#zhroch2021 > a {*/
/*  position: relative;*/
/*  text-align: center;*/
/*  font-size: 21pt;*/
/*  font-weight: bolder;*/
/*  text-decoration: underline;*/

/*  white-space: nowrap;*/

/*  background: -webkit-linear-gradient(92deg, #95d7e3, #eb76ff);*/
/*  background-size: 600vw 600vw;*/

/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
/*  animation: rainbowAnimate 5s linear infinite alternate;*/
/*}*/

/*#zhrochSmile {*/
/*  background-image: url(/zhroch2021/sprite24.png);*/
/*  background-position: -638px -163px;*/
/*  width: 32px;*/
/*  height: 32px;*/
/*  display: inline-block;*/
/*  margin: 0 10px;*/
/*}*/

/*#zhrochPizza {*/
/*  background-image: url(/zhroch2021/sprite24.png);*/
/*  background-position: -114px -421px;*/
/*  width: 75px;*/
/*  height: 37px;*/
/*  display: inline-block;*/
/*  margin: 0 10px;*/
/*}*/

@keyframes rainbowAnimate {
  from {
    filter: hue-rotate(0deg);
    background-position-x: 0%;
  }
  to {
    filter: hue-rotate(360deg);
    background-position-x: 600vw;
  }
}

/*.drunk-button {*/
/*  display: inline-block;*/
/*  color: #fff;*/
/*  text-align: center;*/
/*  text-transform: uppercase;*/
/*  border-radius: 50px;*/
/*  cursor: pointer;*/
/*  transition: all 0.5s ease-in-out;*/
/*  position: relative;*/
/*  font-weight: bold;*/
/*  width: 200px;*/
/*  z-index: 1;*/
/*  !* box-shadow: 0 0 15px #ccc; *!*/
/*  font-size: 12px;*/
/*  position: absolute;*/
/*  right: 40px;*/
/*  margin: 7px 0;*/
/*}*/

/*.drunk-button:before {*/
/*  content: "";*/
/*  background-color: #fff;*/
/*  width: 80px;*/
/*  border-radius: 50px;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  right: -30px;*/
/*  z-index: -1;*/
/*  padding: 0;*/
/*  line-height: 45px;*/
/*}*/

/*.drunk-button:hover,*/
/*.drunk-button:active {*/
/*  color: #55146a;*/
/*  outline: none;*/
/*}*/

/*.drunk-button span {*/
/*  background: linear-gradient(to bottom, #cb8bc3 0%, #7c5077 100%);*/
/*  border-radius: 50px;*/
/*  border: 3px solid #fff;*/
/*  padding: 5px 10px;*/
/*  display: inline-block;*/
/*  width: 174px;*/
/*}*/

/*.drunk-button i {*/
/*  position: absolute;*/
/*  color: #353535;*/
/*  right: -18px;*/
/*  line-height: 28px;*/
/*}*/

.yise {
  width: 20px;
  height: 20px;
  background: #fdaaab;
  border-radius: 8px;
  border: 0px solid black;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("lenta-pattern.png");
}

/*.snowbutton {*/
/*  background: none;*/
/*  border: none;*/
/*  text-transform: uppercase;*/
/*  font-weight: bold;*/
/*  font-size: 32pt;*/
/*  cursor: pointer;*/
/*  color: ghostwhite;*/
/*  text-shadow: 0 0 35px rgb(2 0 23 / 60%);*/
/*}*/

/*#broken_pixel {*/
/*  position: fixed;*/
/*  top: 427px;*/
/*  right: 218px;*/
/*  width: 1px;*/
/*  height: 1px;*/
/*  background: wheat;*/
/*  filter: invert(1);*/
/*}*/

/*#conference_hp_container {*/
/*  text-align: center;*/
/*}*/

/*#conference_hp_box {*/
/*  margin: 0 auto;*/
/*  color: #996793;*/
/*  background: #ddd;*/
/*  border: thin solid #ccc;*/
/*  width: 348px;*/
/*  height: 36px;*/
/*  text-align: left;*/
/*}*/

/*#conference_hp_indicator {*/
/*  float: left;*/
/*  width: 40px;*/
/*  height: 36px;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  margin: 0 10px;*/
/*}*/

/*#conference_hp_box p {*/
/*  margin: 0;*/
/*  font-size: 10pt;*/
/*}*/

/*#conference_hp {*/
/*  color: gray;*/
/*  font-size: 12pt;*/
/*}*/

/*#conference_hp .alive {*/
/*  color: crimson;*/
/*}*/
