.coupon-container {
    background-color: #FFFFFF;
    border:  .03in dashed #6E6E6E;
    padding: .05in;
    height: 2.34in;
    width:  5.84in;
    clear: both;
    z-index: 5;
}

.coupon-header, .coupon-content, .coupon-footer {
    overflow: hidden;
}

.coupon-container .coupon-header {
    font-size: smaller;
    height: 0.19in;
}

.coupon-header .coupon-store {
    float: left;
}

.coupon-header .coupon-plu {
    float: right;
}

.coupon-container .coupon-content {
    margin-top: .05in;
    height:    1.2in;
}

.coupon-content .coupon-image {
    max-width: 96px;
    max-height: 110px;
    float: left;
    margin: 0 0.10in 0.10in 0;
}

.coupon-content .coupon-title {
    font-size: larger;
    font-weight: bold;
}

.coupon-content .coupon-brand {
    font-style: italic;
} 

.coupon-content .coupon-description {
    white-space: pre-wrap;
}

.coupon-container .coupon-footer {
    position: relative;
    margin-top: .05in;
    height:     .85in;
}

.coupon-footer .coupon-excode {
    position: absolute;
    bottom: 0;
    left: 0;
}

.coupon-footer .coupon-logo {
    position: absolute;
    bottom: 0;
    right: 0;
}