td{
    width: 50%;
    padding: 6px ;
}
#info-btn{
    width: 100%;height: 40px;
    text-align: center;
    line-height: 40px;
}
#storeCardDiv{
    position: fixed;
    left: 0;bottom: 0;
    z-index: 100;
    width: 100%;
    opacity:0.95;
    padding: 10px 10% 10px 10%;
    border-top: 1.5px solid white;
}
#storeCard{
    display: none;
    margin-left: -8px;
    margin-right: -8px;
}
#storeCard .mui-card{
    margin: 0px;
}
#storeCard .mui-card p{
    font-size: 13px;
    color: orangered;
    margin-top: 5px;
    text-indent: 18px;
}
.mui-card img{
    margin-bottom: -7.8px;
}