#loyalty_card_container {
    display: grid;
/*    padding: 1rem;*/
    padding: 10px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
/*    grid-gap: 1rem;*/
    grid-gap: 10px;
    -webkit-overflow-scrolling: touch;
    z-index: 4;
    width: 90%;
    max-width: 600px;
    max-width: 450px;
    margin: auto;
    margin-top: 20px;
    
    justify-items: center;
    
    background-color: #e5e5e5;
    background-color: #a9dee5;
    background-color: #c6e9ed;
    border-radius: 20px;
    
/*    box-shadow: 1px 1px 10px rgba(46, 46, 46, 0.6);*/
    
/*    justify-items: space-evenly;*/
/*    justify-content: space-evenly;*/
}
#class_pass_container {
    display: grid;
/*    padding: 1rem;*/
    padding: 10px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
/*    grid-gap: 1rem;*/
    grid-gap: 10px;
    -webkit-overflow-scrolling: touch;
    z-index: 4;
    width: 90%;
    max-width: 600px;
    max-width: 450px;
    margin: auto;
    margin-top: 20px;
    
    justify-items: center;
    
    background-color: #e5e5e5;
    background-color: #a9dee5;
    background-color: #c6e9ed;
    border-radius: 20px;
    
/*    box-shadow: 1px 1px 10px rgba(46, 46, 46, 0.6);*/
    
/*    justify-items: space-evenly;*/
/*    justify-content: space-evenly;*/
}
.class_pass_stamp_placeholder {
    width: 100px;
    height: 100px;
    background-color: #cccccc;
    background-color: #a9dee5;
    border-style: solid;
    border-width: 1px;
    border-color: #ccdbdd;
    border-radius: 50px;
    
    width: 70px;
    height: 70px;
    border-radius: 35px;
    text-decoration: none;
}

.class_pass_stamp_number {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 26px;
    color: #f0f9ff;
/*    background-color: red;*/
    margin: auto;
    text-decoration: none;
}

.class_pass_stamp_link {
    text-decoration: none;
    color: white;
}

@media only screen and (max-width: 450px) {
    #loyalty_card_container {
        width: 200px;
    }
    #class_pass_container {
        width: 200px;
    }
}


