.wis_level {
    float: left;
    margin: 0px;
    display: none;
    overflow: hidden;
    max-height: 400px;
    color: #0088cc;
}

.wis_level .item:hover, .wis_search_results .item:hover {
    text-decoration: underline;
}

.wis_level .item.selected, .wis_search_results .item.selected {
    font-weight: bold;
    text-decoration: underline;
}

.wis_level .item.selected:before {
    content: "→ ";
}

.wis_level .item, .wis_search_results .item {
    cursor: pointer;
    padding-left: 10px;
}

.wis_level ul, .wis_search_results ul {
    list-style: none;
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 200px;
    max-height: 360px;
    overflow: auto;
    background-color: #ffffff;
}

.wis_search {
    position: relative;
    clear: both;
    margin-bottom: 10px;
}

.wis_select {
    clear: both;
}

.wis_search_query {
    color: #c0c0c0;
}

.wis_search_results {
    position: absolute;
    display: none;
    z-index: 1001;
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
}

.wis_selection {
    list-style: none;
    height: 30px;
    margin-bottom: 10px;
    padding: 5px;
}

.wis_selection li {
    float: left;
    border: 1px solid #505050;
    border-radius: 3px;
    background-color: #f0f0f0;
    padding: 5px;
    margin-right: 10px;
}

.wis_selection span {
    margin-right: 10px;
}

.wis-remove {
    float: right;
    color: #505050;
    font-size: 120%;
    text-decoration: none;
    font-weight: bold;
}
.wis-remove:hover{
    cursor: pointer;
}
