ul.tagit {
    padding: 1px 5px;
    overflow: auto;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
}
#content ul.tagit li {
    display: block;
    float: left;
    margin: 4px 0 4px 4px;
    width: auto;
    padding-left: 8px;
     height: 20px; line-height: 20px;
     font-weight: bold;
}
ul.tagit li.tagit-choice {    
    position: relative;
    line-height: inherit;
}

ul.tagit li.tagit-choice-read-only { 
    padding: .2em .5em .2em .5em; 
} 

ul.tagit li.tagit-choice-editable { 
    padding: .2em 18px .2em .5em; 
} 

ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}

ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
    line-height: 17px;
}

/* 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;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
    height: 20px;
}


/* Optional scoped theme for tag-it which mimics the zendesk widget. */


#content ul.tagit {
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    background: inherit;
    padding: 0;
    width: 100%;
    font-size: 12px;
}
#content ul.tagit li.tagit-choice {
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;

    background: none;
    background-color: #9d1d52;

    font-weight: normal;
    width: auto;
    padding: 0 18px 0 0;
    color: #fff;
    border: none;
}
ul.tagit li.tagit-choice .tagit-label:not(a) {
    color: #fff;
    padding-left: 7px;
}
ul.tagit li.tagit-choice a.tagit-close {
    text-decoration: none;
    border: none !important;
}
ul.tagit li.tagit-choice .tagit-close {
    right: .4em;
}
ul.tagit li.tagit-choice .ui-icon {
    display: none;
}
ul.tagit li.tagit-choice .tagit-close .text-icon {
    display: inline;
    font-family: arial, sans-serif;
    line-height: 18px;
    color: #fff;
}
ul.tagit li.tagit-choice:hover, ul.tagit li.tagit-choice.remove {
   /*
 background-color: #bbcef1;
    border-color: #6d95e0;
*/
}
ul.tagit li.tagit-choice a.tagLabel:hover,
ul.tagit li.tagit-choice a.tagit-close .text-icon:hover {
   /*  color: #ccc; */
}
ul.tagit input[type="text"] {
    color: #333333;
    background: none;
}
.ui-widget {
    font-size: 1.1em;
}

.ui-autocomplete {
	font-size: 12px;
	bottom: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 200px;
}

#content .search-bar ul.tagit {
	border: none;
	width: 85%;	
	margin: 13px 0 0 0;
}

#content .search-bar ul.tagit input[type="text"] {
	height: 22px;
	font-size: 1.2em;
}
