.fe-tag {
  display: inline-block;
  padding: 3px;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 12px;
  user-select: none;
}
.fe-tag-large {
  line-height: 16px;
  font-size: 16px;
}
.fe-tag-small {
  line-height: 8px;
  font-size: 8px;
}
.fe-tag-round {
  border-radius: 2px;
}
