.text-core .text-wrap .text-tags {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5px;
  cursor: text;
  top: 0;
}
.text-core .text-wrap .text-tags.text-tags-on-top {
  z-index: 9999;
}
.text-core .text-wrap .text-tags .text-tag {
  float: left;
  z-index: 9999;
  position: absolute;
  left: 6px;
  top: 4px;
}
.text-core .text-wrap .text-tags .text-tag .text-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 0;
  box-sizing: border-box;
  position: relative;
  display: block;
  border: 0;
  color: #f9f9f9;
  font-weight: 700;
  margin: 0;
  cursor: pointer;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove {
  position: absolute;
  right: 3px;
  top: 2px;
  display: none;
  width: 11px;
  height: 11px;
  
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove:hover {
  background-position: 0 -11px;
}
.text-core .text-wrap .text-tags .text-tag .text-button a.text-remove:active {
  background-position: 0 -22px;
}
