.group-widget {
  width: 200px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 2px #000;
  height: 163px;
}

.group-widget .group-top {
  height: 100px;
  overflow: hidden;
}

.group-widget .group-left {
  float: left;
  width: 90px;
}

.group-widget .group-right {
  width: 100px;
  float: right;
}

.group-element .multi-line-button, .group-element .multi-line-button:active {
  padding: 5px;
  border-radius: 1px;
  cursor: pointer;
}

#group-join-status {
  color: red;
  font-size: 8px;
  margin-left: -8px;
  margin-top: -8px;
  padding-bottom: 8px;
}
