.bootstrap-tagsinput {
    border: 1px solid #ccc;
    background: #FFF;
    padding: 2px 2px 0 2px;
    /*overflow-y: auto;*/
    line-height: 1;
    cursor: text;
}
.bootstrap-tagsinput input {
    width: 100px!important;
    margin: 0px;
    font-size: 12px;
    border: none;
    padding: 0 5px;
    height: 21px;
    background: transparent;
    color: #000;
    line-height: 21px;
    outline: 0px;
    margin-right: 5px;
    margin-bottom: 2px;
    float: left;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
    display: block;
    float: left;
    padding: 0 5px 0 10px;
    text-decoration: none;
    background: #EEEEEE;
    color: #333333;
    margin-right: 2px;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: normal;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    line-height: 18px;
    height: 21px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    font-weight: bold;
    color: #333333;
    opacity: 0.5;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0 5px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    opacity: 1;
}
.tagsinput-group + .bootstrap-tagsinput + i {
    font-size: 15.333px;
    position: absolute;
    bottom: 6px;
    right: 6px;
    opacity: .8;
    cursor: pointer;
}