#livechat-popup-replacement {
  background-color: #cf102d;
  border: 2px solid white;
  right: 30px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  position: fixed;
  text-align: center;
  visibility: hidden;
  width: 275px;
  z-index: 1;
  -o-transition: height 0.5s, bottom 0.5s;
  -moz-transition: height 0.5s, bottom 0.5s;
  -webkit-transition: height 0.5s, bottom 0.5s;
  transition: height 0.5s, bottom 0.5s;
}

#livechat-popup-replacement .chaticon {
  Content:url('https://media.limelight.com/binary/chaticon.svg');
  display: block;
  width: 40px;
  float: left;
  padding-top: 2px;
}

#livechat-popup-replacement .chaticon::before {
  Content:url('https://media.limelight.com/binary/chaticon.svg');
  display: block;
  width: 40px;
  float: left;
  padding-top: 2px;
}

#livechat-popup-replacement i {
  color: rgba(255, 255, 255, 0.3);
  font-size: 3em;
  position: absolute;
  right: 8px;
}

#livechat-popup-replacement h4 {
  font-size: 2em;
  letter-spacing: 3px;
}

#livechat-popup-replacement p {
  letter-spacing: 1px;
}

#livechat-popup-replacement .top {
  padding: 12px 12px;
  width: 100%;
}

#livechat-popup-replacement .bottom {
  height: 200px;
}

#livechat-popup-replacement.minimized i {
  display: none;
}
