
.tags-container {
  margin-top: 5px;
  vertical-align: middle;
  max-width: 100%;
  line-height: 22px;
  clear:both;
}
.tag {
  margin-right: 2px;
  color: white;
}
.tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
  font-size: 16px;
}
.tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}