.table-operator {
  margin-bottom: 18px;
}
button {
  margin-right: 8px;
}
.group-add {
  margin: 0 0 16px 24px;
  height: 32.5px;
}
.group-list {
  border: 0;
}
.group-list .group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.group-list .group-item .actions .edit,
.group-list .group-item .actions .remove {
  color: #909090;
  padding: 12px 0;
}
.group-list .group-item .actions .edit:hover,
.group-list .group-item .actions .remove:hover {
  color: #1890FF;
}

