/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
    overflow: auto; 
    height: auto ; 
    max-height: 75px !important;
    width: 70%;
    border: 1px solid #990;
    cursor: text;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #204056 !important;
    min-height: 1px;
    z-index: 999;
    margin: 0 auto !important;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
    margin-bottom: -15px !important;
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 600%;
    padding: 3px 8px;
    background-color: transparent;
    margin: 5px 0;
    z-index: -1;
    color: #333;
}

li.token-input-token-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 7.30px 3px 0px;
    padding: 1px 7px 1px 7px;
    background-color: #204056;
    color: #fff;
    cursor: default;
    border: 1px solid #204056;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

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

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

li.token-input-selected-token-facebook {
    background-color: #990;
    border: 1px solid #990;
    color: #fff;
}
li.token-input-selected-token-facebook span {
    color: #204056;
}

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

div.token-input-dropdown-facebook {
    position: absolute;
    width: auto !important;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #990;
    border-right: 1px solid #990;
    border-bottom: 1px solid #990;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 999999 !important;
}

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

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
    height: auto !important;
    max-height: 200px !important;
    overflow: auto !important;
    font-size: 13px;
    color: #204056;
}

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

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

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

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

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #990;
    color: #fff;
    font-size: 13px;
}