
.tagsly {
    display: block;
    width: auto;
    height: auto;
    padding: 6px 21px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.tagsly span.tag {
  display: inline-block;
  position: relative;
  padding: 5px 10px 5px 10px;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  background: #f7a214;
  color: white;
}

.tagsly span.tag a {
  position: absolute;
  top: 0;
  right: 5px;
  text-decoration: none;
  font-size: 0.8rem;
  color: white;
}

.tagsly input[type=text].tag-textbox {
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 1px;
  margin: 1px 1px;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}


.tagsly ul.suggest {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tagsly ul.suggest li {
  background: #3498db;
  padding: 5px;
  color: white;
  cursor: pointer;
}

.tagsly ul.suggest li.active,
.tagsly ul.suggest li:hover { background: #1abc9c; }
