﻿body {

}
.completionListElement {
    position: absolute !important;
    z-index: 99999 !important;
    visibility: hidden;
    margin: 0px !important;
    background-color: white;
    color: black;
    border: solid 1px gray;
    cursor: pointer;
    text-align: left;
    list-style-type: none;
    font-family: Calibri;
    font-size: 16px;
    padding: 0;
}

.listItem {
    background-color: white;
    padding: 2px;
    font-size: 20px;
}

.highlightedListItem {
    background-color: #c3ebf9;
    padding: 1px;
    font-size: 21px;
}