#chat-toggle {
  width:76px;
  height:76px;
  right:30px;
  bottom:28px;
  border-width:3px
}
#chat-toggle img {
  object-position:center
}
#chat {
  bottom:116px
}
#chat header {
  padding:16px 18px
}
#chat header .chat-identity>img {
  width:66px;
  height:66px;
  flex:0 0 66px;
  object-position:center;
  border-width:3px;
  box-shadow:0 4px 18px rgba(0, 0, 0, .32)
}
#chat header .chat-identity b {
  font-size:17px
}
.avatar-status {
  width:17px;
  height:17px;
  right:1px;
  bottom:2px
}
@media(max-width:600px) {
  #chat-toggle {
    width:68px;
    height:68px;
    right:16px;
    bottom:16px
  }
  #chat {
    bottom:96px
  }
}
