div.widgetContainer {
    position: absolute;
    z-index: 5;

    background-color: lightgray;
    border-color: black;
    border-style: solid;
    border-width: 1px;

    padding: 2px;

    max-height: 250px;
    min-width: 80px;
    max-width: 350px;
    overflow: auto;
}

div.suggestItem {
    text-align: left;
    width: 100%;
}

div.highlighted {
    background-color: slateblue;
    color: white;
}
