div.tagsinput {
    border: 1px solid #CCC;
    vertical-align:middle;
    background: #FFF;
    padding: 5px;
    width: 300px;
    height: 100px;
    overflow-y: auto;
}

div.tagsinput span.tag {
    border: 0px solid #91b8d0;
    display: inline-block;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    vertical-align: baseline;
    white-space: nowrap;
    background: #91b8d0;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    padding: 4px 22px 4px 9px;
    color: #FFF;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

div.tagsinput span.tag.no-button{
     padding: 4px 9px 4px 9px;
}

div.tagsinput span.tag button.close {
    font-size: 15px;
    opacity: 1;
    color: #FFF;
    text-shadow: none;
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 18px;
    text-align: center;
}

div.tagsinput span.tag button.close:hover {
    background: rgba(0,0,0,.2);
}

div.tagsinput input {
    min-width: 150px !important;
    margin: 0px;
    font-family: helvetica;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 5px;
    background: transparent;
    color: #000;
    outline: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
}

div.tagsinput div {
    /*display: block;
    float: left;*/
    display:inline-block;
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}

.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}
