/* Sample */

.dropdown-menu {
    border: 1px solid #ddd;
    background-color: white;
    max-height: 20em;
    overflow-x: hidden;
    overflow-y: auto;
}

.dropdown-menu li {
    border-top: 1px solid #ddd;
    padding: 2px 5px;
}

.dropdown-menu li:first-child {
    border-top: none;
}

.dropdown-menu li:hover,
.dropdown-menu .active {
    background: #ffd;
    color: #663;
}

.wikiautocomplete-menu-descr { color: #777; margin-left: 1.2em }


/* SHOULD not modify */

.dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-menu a:hover {
    cursor: pointer;
}
