.membCard, .walgreenCard, .walmartCard{
    position: absolute;
    width: 170px;
    font-size: 6px;
    height: 185px;
    color: black;
}

.membCard img, .walgreenCard img, .walmartCard img{
    position: absolute;
    width: 170px;
    height: 185px;
    z-index: 1;
}
.membCard .clipping-session, .walgreenCard .clipping-session, .walmartCard .clipping-session{
    position: absolute;
    margin-top: 0px;
    z-index: 2;
}

@media print{
    .membCard, .walgreenCard, .walmartCard{
        position: absolute;
        width: 3.5in;
        height: 4in;
        font-size: 12px;
        margin-left: 15px;
    }
    
    .membCard img, .walgreenCard img, .walmartCard img{
        position: absolute;
        width: 3.5in;
        height: 4in;
    }
}



/****************************   MEMBER Card    **************************************/

.membCard .clipping-session .section-member{
    margin-top: 18px;
    margin-left: 48px;
    margin-right: 10px;
    line-height: normal;
    width: 120px;
    height: 48px;
    
}

.membCard .clipping-session .section-member .memb-title{
    float: left;
    width: 35px;
    text-align: right;
    font-weight: 700;
}

.membCard .clipping-session .section-member .memb-info{
    float: left;
    width: 80px;
    margin-left: 4px;
}



.membCard .clipping-session .section-info{
    margin-left: 5px;
    margin-right: 5px;
    line-height: normal;
    width: 160px;
    height: 45px;
   font-size: 0.8em;
}

.membCard .clipping-session .section-info div:first-child{
    text-align: right;
}


.membCard .clipping-session .section-info .section-code{
    position: absolute;
    margin-top: 0px;
}

.membCard .clipping-session .section-info .section-website{
    position: absolute;
    margin-left: 90px;
    margin-top: 0px;
    text-align: right;
}


@media print{
    
    .membCard .clipping-session .section-member{
        margin-top: 30px;
        margin-left: 80px;
        margin-right: 10px;
        line-height: normal;
        width: 245px;
        height: 100px;
              
    }

    .membCard .clipping-session .section-member .memb-title{
        float: left;
        width: 80px;
        text-align: right;
        font-weight: 700;
    }

    .membCard .clipping-session .section-member .memb-info{
        float: left;
        width: 160px;
        margin-left: 4px;        
    }



    .membCard .clipping-session .section-info{
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
        line-height: normal;
        width: 320px;
        height: 60px;
        font-size: 0.8em;
    }

    .membCard .clipping-session .section-info div:first-child{
        text-align: right;
    }


    .membCard .clipping-session .section-info .section-code{
        position: absolute;
        margin-top: 0px;
        
    }

    .membCard .clipping-session .section-info .section-website{
        position: absolute;
        margin-left: 185px;
        margin-top: 2px;
        text-align: right;
    }
    
}

/****************************   Walgreen Card    **************************************/

.walgreenCard .section-name{
    position: absolute;
    margin-top: -15px;
    width: 80px;
    margin-left: 5px;
    font-weight: 700;
}

.walgreenCard .clipping-session .section-member{
    margin-top: 30px;
    margin-left: 70px;
    margin-right: 10px;
    line-height: normal;
    width: 100px;
    height: 40px;
}

.walgreenCard .clipping-session .section-member .memb-title{
    float: left;
    width: 50px;
    text-align: right;
    font-weight: 700;
}

.walgreenCard .clipping-session .section-member .memb-info{
    float: left;
    width: 45px;
    margin-left: 4px;
}


@media print{
    .walgreenCard{
        margin-left: 385px;
    }
    
    .walgreenCard .section-name{
        position: absolute;
        margin-top: -15px;
        width: 160px;
        margin-left: 10px;
        font-weight: 700;
    }
    
    .walgreenCard .clipping-session .section-member{
        margin-top: 65px;
        margin-left: 140px;
        margin-right: 10px;
        line-height: normal;
        width: 170px;
        height: 80px;          
    }

    .walgreenCard .clipping-session .section-member .memb-title{
        float: left;
        width: 100px;
        text-align: right;
        font-weight: 700;
    }

    .walgreenCard .clipping-session .section-member .memb-info{
        float: left;
        width: 60px;
        margin-left: 4px;
    }
    
}

/****************************   Walmart Card    **************************************/



.walmartCard{
    height: 185px;
}

.walmartCard .clipping-session .section-member{
    margin-top: 35px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: normal;
    width: 150px;
    height: 30px;    
}

.walmartCard .clipping-session .section-member .memb-title{
    float: left;
    width: 60px;
    text-align: right;
    font-weight: 700;
}

.walmartCard .clipping-session .section-member .memb-info{
    float: left;
    width: 80px;
    margin-left: 4px;
}


@media print{
    .walmartCard{
        margin-left: 15px;
        margin-top: 450px;
    }
    
    
    .walmartCard .clipping-session .section-member{
        margin-top: 80px;
        margin-left: 30px;
        margin-right: 10px;
        line-height: normal;
        width: 280px;
        height:65px;              
    }

    .walmartCard .clipping-session .section-member .memb-title{
        float: left;
        width: 120px;
        text-align: right;
        font-weight: 700;
    }

    .walmartCard .clipping-session .section-member .memb-info{
        float: left;
        width: 155px;
        margin-left: 4px;
    }
    
}