ul.tagit
{
    padding: 2px 5px 0px;
    overflow: auto;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid white;
    background: white;
    float: left;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}
ul.tagit li
{
    display: block;
    float: left;
    margin: 1px 5px 0px 0;
}
ul.tagit li.tagit-choice
{
    padding: .1em 18px .2em .5em;
    position: relative;
    line-height: inherit;
}
ul.tagit li.tagit-new
{
    padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label
{
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
}

ul.tagit .tagit-label
{
    font-weight: normal;
    font-size: 14px;
}
ul.tagit li.tagit-choice .tagit-close
{
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon
{
    display: none;
}

ul.tagit li.tagit-choice input
{
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"]
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    margin: 0;
    padding: 0;
    width: 300px;
    color: black;
    outline: none;
    background: white;
}
