.store_list, .bill_list{
    background: white;
    padding:10px;
    display: none;
    margin:10px 0;
}
.store_list li, .bill_list li{
    cursor:pointer;
}
