﻿input.gs-tags {
    display: none !important;
}
div.gs-tags {
    border: 1px solid #aaa;
    box-shadow: 0 2px 0 rgba(73, 73, 73, 0.1);
    min-height: 35px;
    padding: 5px;
    outline: none;
    background-color: #fff;
}
div.gs-tags > .tag {
    border-radius: 4px;
    background-color: #719261;
    color: #fff;
    padding: 2px 5px;
    font-size: 11px;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
}
div.gs-tags > .tag.selected {
    background-color: #927161;
}

div.gs-tags > .new-tag {
    min-width: 20px;
    display: inline-block;
    padding: 2px 5px;
    font-size: 11px;
}

div.gs-tags-items {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    margin-bottom: 5px;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    width: 100%;
}