span.discord-error {
  color: red;
  font-size: 1.25em;
}

.discord-tree{
  padding-left:0;
  margin-top: 0;
  margin-bottom:0;
  list-style-type:none !important;
  display: block;
}
.discord-channel{
  font-weight:bold!important;
  list-style-type:none !important;
  padding-left:0;
}
.discord-userlist{
  padding-left:10px!important;
  list-style-type:none !important;
}
.discord-user{
  position:relative;
  white-space:nowrap;
  overflow:hidden;
}
.discord-user span{
  font-size:0.8em;
  opacity:0.5;
}
.discord-user-status{
  position:absolute;
  width:10px;
  height:10px;
  background-color:pink;
  border-radius:50%;
  border:solid thin #fff!important;
  border-color:#3a3a3a!important;
  top:14px;
  left:14px;
}
.discord-online{
  background-color:#43B581;
}
.discord-idle{
  background-color:#FAA61A;
}
.discord-avatar{
  border-radius:100%;
  width:24px;
  height:24px;
  border:solid 2px #fff!important;
  border-color:#3a3a3a!important;
  display:inline;
  margin-right:5px!important;
  vertical-align: middle;
}
.discord-allusers-toggle{
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.discord-users-online{
  font-size:0.75em!important;
  margin:10px 10px 0 0!important;
  text-align:right;
}
.discord-join{
  position:relative;
  width:100%;
  height:30px;
  text-align: center;
  margin: 10px 0 -5px 0!important;
  line-height:30px!important;
  z-index:2;
  color: white;
  background-color: #2461b2;
}
.discord-join a{
  color:#fff;
  text-decoration: none;
}
.discord-join:hover{
  background-color:#1b4a88;
}
