.coupon-listing {
    width: 100%;
    float: left;
}

.coupons_send_email {
    padding: 20px;
    background: #fff;
    margin-top: 15px;
}

.coupon-div {
    background-color: #f7f7f7;
    width: 100%;
    padding: 10px;
    margin: 5px 5px;
    float: left;
    text-align: center;
}

.coupon-inner-div {
    border: 2px dashed #3aa006;
    padding: 10px;
    position: relative;
}

.coupon-title {
    font-weight: bold;
    margin-right: 30px;
}

.coupon-amount {
    font-style: italic;
    margin-right: 30px;
}

.coupon-detail {
    margin-right: 30px;
}

.coupon-date {
    font-style: italic;
    margin-right: 30px;
}


/* Coupons Import */

.coupons_import_coupons {
    background-color: #FFF;
    border: 1px solid #CCC;
    text-align: center;
    padding: 50px;
}

.smart_coupon_visible_on_cart {
    border: 1px dashed #ef8383;
    padding: 10px;
    margin: 10px;
    background-color: #fff2f2;
}

.coupon-inner-div.smart-coupon-loading:before {
    background: url(../images/spinner.gif) no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    opacity: 0.5;
    background-size: contain;
    background-position: center;
}

#smart_coupon_bulk_email_metabox {
    padding: 0 1.5em;
    display: none;
}