.live_popup {
  background-image: url("/images/twitch_background.png");
  height: 86px;
  background-repeat: no-repeat;
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 99999;
  overflow: hidden;
}

#live_popup_ch {
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  margin-left: 45px;
  padding-right: 20px;
}

#live_popup_ch a {
  margin-left: 15px;
  margin-top: 10px;
  float: left;
  position: relative;
}

#live_popup_ch img {
  opacity: 0.7;
}

#live_popup_ch a:hover img {
  opacity: 1;
}

#live_popup_ch a .img {
  border: solid rgba(255, 255, 255, 0.8) 2px;
  background: #000;
}

#live_popup_ch a:hover .img {
  border: solid rgba(255, 255, 255, 1.0) 2px;
}

#live_popup_ch .logo {
  width: 35px;
  height: 35px;
  position: absolute;
  left: -10px;
  bottom: -5px;
  opacity: 1;
}

#live_btn {
  position: absolute;
  height: 80px;
  width: 30px;
  left: 10px;
  top: 0px;
  cursor: pointer;
}

#live_btn i {
  margin-left: 18px;
  margin-top: 8px;
  font-size: 12px;
}