.suggestBox {
    border: 1px solid gray;
    background-color: white;
}

.suggestRow {
    font-family: Arial;
    font-size: 11px;
    color: #333333;
    text-align: left;
}

.suggestRowSelect {
    background-color: #18303c;
    font-family: Arial;
    font-size: 11px;
    text-align: left;
}

.suggestRowSelect td {
    color: white;
}

.rightColumn {
    text-align: right;
    color: gray;
}