.suggestBox {
    border: 1px solid #b4879f;
    background-color: black;
}

.suggestRow {
    font-family: Arial;
    font-size: 11px;
    color: #b4879f;
    text-align: left;
    
    padding-left: 15px;
}
    .suggestRow td { padding: 5px 10px 5px 15px}
    .suggestRow b { color: white; font-weight: normal}

.suggestRowSelect {
    background-color: #402c2b;
    font-family: Arial;
    font-size: 11px;
    text-align: left;
    
    
}

    .suggestRowSelect td {   padding: 5px 10px 5px 15px}
    .suggestRowSelect b { color: white; font-weight: normal}

.suggestRowSelect td {
    color: #b4879f;
    cursor: pointer;
}

.rightColumn {
    text-align: right;
    color: gray;
}