@charset "utf-8";
/* CSS Document */
ul.token-input-list-facebook {
    overflow: hidden; 
    height: auto !important;     
    width: 410px;
    border: 1px solid #b7d7f0;
    cursor: text;
    font-size: 11px;
    font-family: Verdana;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
div.token-input-dropdown-facebook {
    position: absolute;
    width: 340px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 1;
}
