div.tagsinput {
    border: 1px solid #F0EDE5;
    background: #fff;
    width: 100%;
    height: 64px !important;
    min-height: 64px !important;
    overflow-y: auto;
    border-radius: 10px;
    padding: 5px;
    line-height: 42px;
    margin: 0;
}
div.tagsinput span.tag {
    border: 1px solid #a5d24a;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 0 10px;
    text-decoration: none;
    background: #B3CE67;
    color: #fff;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 500;
    height: 52px;
    line-height: 52px;
    border-radius: 10px;
}
div.tagsinput span.tag a {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
div.tagsinput input {
    width: 80px;
    margin: 0;
    font-size: 16px;
    padding: 0 5px;
    background: none;
    color: #000;
    outline: none;
    border: none;
    height: 48px !important;
}
div.tagsinput div {
    display: block;
    float: left;
}
.tags_clear {
    clear: both;
    width: 100%;
    height: 0;
}
.not_valid {
    background: #fbd8db !important;
    color: #90111a !important;
}
