﻿h1 {
    color: black !important;
}

h2 {
    color: black !important;
}

h3 {
    color: black !important;
}

h4 {
    color: black !important;
}

h5 {
    color: black !important;
}

.completionList {
    border: solid 1px #444444;
    margin: 0px;
    padding: 2px;
    height: 150px;
    overflow: auto;
    background-color: #FFFFFF;
}

.listItem {
    color: #1C1C1C;
}

.itemHighlighted {
    background-color: #ffc0c0;
}

#suggestionsList {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    width: 300px;
}

#suggestionsList li {
    padding: 8px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

#suggestionsList li:hover {
    background-color: #f0f0f0;
}