
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: bold;
    color: #00884d;
}
.sharers {
    color: #181818;
}

ul.tagit {
    border: 1px solid #A9A9A9;
    border-radius: 0px;
    font-size: 80%;
    font-family: 'Roboto', sans-serif;   
    font-weight:lighter;
    padding: 0px 1px 0px 9px;
    overflow: auto;
    margin: 0px 0px 0px 0px;
     
}

ul.tagit-choice-read-only-ul, input.tagit-choice-read-only-ul {
    border: none; !important;
    background-color: #fff;
    font-size: 85%;
    font-family: 'Roboto', sans-serif;   
    font-weight:lighter;
    padding: 0px 0px;
    overflow: auto;
    margin: 0px 0px 0px 0px;
    max-width: 35em; 
}

input.tagit-choice-read-only-input {
  display:none;
}


ul.tagit li {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice {    
    position: relative;
    line-height: inherit;
}
input.tagit-hidden-field {
    display: none;
}
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;
}
