ul.token-input-list-styledUser {
    overflow: hidden; 
    height:auto !important;
    height:1%;
    white-space:nowrap;
    width: 440px;
    border: 1px solid #ccc;
    cursor: text;
    font-size: 0.8em;
    line-height:1.5em;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 999;
    margin: 0 0 0 0em !important;
    padding: 4px !important;
    background-color: #fff;
    list-style-type: none !important;
    clear: left;
    display:inline-block;
}

ul.token-input-list-styledUser li input {
    border: 0;
    width: 100px;
    padding: 3px 8px !important;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-styledUser {
    overflow: hidden; 
    height: auto !important; 
    height: 15px !important; 
    margin: 0.3em 0 0.3em 0.3em !important; 
    padding: 0.2em 0.4em !important; 
    background-color: #f5eeee;
    color: #000;
    cursor: default;
    border: 1px solid #e4cecc;
    font-size: 1em !important; 
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

li.token-input-token-styledUser p {
    display: inline;
    padding: 0 0;
    margin: 0;
}

li.token-input-token-styledUser span {
    color: #bd9e9b;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-styledUser {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-styledUser {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}

div.token-input-dropdown-styledUser {
    position: absolute;
    width: 448px;
    background-color: #eeeeee;
    overflow: hidden;
    border:1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 1;
}

div.token-input-dropdown-styledUser p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-styledUser ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-styledUser ul li {
    background-color: #fff;
    padding: 3px !important;
    margin: 0 !important;
    list-style-type: none !important;
}

div.token-input-dropdown-styledUser ul li.token-input-dropdown-item-styledUser {
    background-color: #f1f1f1;
}

div.token-input-dropdown-styledUser ul li.token-input-dropdown-item2-styledUser {
    background-color: #fff;
}

div.token-input-dropdown-styledUser ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-styledUser ul li.token-input-selected-dropdown-item-styledUser {
    background-color: #231f20;
    color: #fff;
}