.productList{
    height: 35px;
    border-top: 0;
    border-bottom: lightgrey solid thin;
    border-left: lightgrey solid thin;
    border-right: lightgrey solid thin;
    cursor: pointer;
    padding-top: 7px;
}
.productList:hover{
    background-color: whitesmoke;
}
.reward-detail{
 padding-top: 10px;
    padding-left: 5%;
}
.productList-group{
    position: absolute;
    z-index: 99;
    background-color: white;
    width: 95%;
}