/*!
* Snow in chat
*
*
* Copyright (c) 2018 Andrej Sharapov
*/

a[title="Включить снег"],
a[title="Выключить снег"] {
  top: 60px !important;
  right: 210px !important;
  width:16px;
  height:16px;
  font-size: 0 !important;
  z-index: 2018;
}
a[title="Включить снег"]::after,
a[title="Выключить снег"]::after {
  width:16px;
  height:16px;
  position: absolute;
  top: 0;
  left:0;
  content: url(//st1.chatovod.ru/i/widget/gifts/flake_16.png);
}

.snowfall-flakes {
  visibility: hidden;
}
.snowfall-flakes::before {
  content:'';
  position: relative;
  right: 3px;
  bottom: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url('') no-repeat 0 0;
  background-size:  16px;
  visibility: visible;
}
.snowfall-flakes:nth-child(2n)::before {
  background: transparent url('') no-repeat 0 0;
  background-size: 16px;
}
.snowfall-flakes:nth-child(3n)::before {
  background: transparent url('') no-repeat 0 0;
  background-size:  16px;
  vertical-align: bottom;
  -webkit-transform: scaleY(-1);
}