ul.token-input-list-styled {
    overflow: hidden; 
    height:auto !important;
    height:1%;
    white-space:nowrap;
    width: 598px;
    border: 1px solid #FFF;
    cursor: text;
    font-size: 0.65em !important;
    line-height:1.25em !important;
    font-family: Arial, Helvetica, sans-serif;

    z-index: 999;
    margin: 5px 0 2em 0em !important;
    padding:4px 0 !important;
    background-color: #fff;
    list-style-type: none !important;
    clear: left;
    display:inline-block;
}

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

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

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

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

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

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

div.token-input-dropdown-styled {
    position: absolute;
    width: 598px;
    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-styled p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

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

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

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

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

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

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