.bootstrap-tagsinput {
    padding: 4px 4px 1px;
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 2px;
}

.bootstrap-tagsinput .label {
    font-size: .875rem;
    color: #222;
    background: #eaeaea;
    border: none;
    padding: 4px 10px;
    text-shadow: none;
}

.bootstrap-tagsinput .label:hover {
    background: #c33;
    color: #fff;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: none;
}

.bootstrap-tagsinput.tl_select {
    height: auto;
}
