/**
 * Copyright 2016-present, Baifendian, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.bfd-tag-list {
  padding: 0px 0px 3px 6px;
  margin: 0;
  list-style: none;
  line-height: 1;
}
.bfd-tag-list li {
  display: inline-block;
  margin-top: 3px;
  margin-right: 6px;
  vertical-align: middle;
}
.bfd-tag-list li input {
  height: 22px;
  border: none;
  outline: none;
  vertical-align: top;
}
.bfd-tag-list__item {
  border-radius: 2px;
  background-color: #f3f3f3;
  padding-left: 5px;
  cursor: default;
  position: relative;
}
.bfd-tag-list__label {
  display: inline-block;
  max-width: 100px;
  vertical-align: middle;
  line-height: 22px;
}
