@media print {
    @page {
        margin-top: 50px;
        width: 100% !important;
        padding: 0px !important;
        border: 0; !important;
        background-color: white !important;
        background: white !important;
    }

    body * {
        visibility: hidden;
        background-color: white !important;
        background: white !important;
    }

    #et-main-area, .et_pb_section, .et_pb_row, .print-option, .padding-top, #page-container, #main-header, #tabs .etabs {
        padding: 0px !important;
        margin: 0px !important;
        border: 0px !important;
        background-color: white !important;
        background: white !important;
    }

    #main-footer, #main-footer, #main-header, .pac-container, .entry-content article {
        display: none;
    }

    body {
        width: 100%;
        margin: 0 !important;
        float: none;
        color: white;
        background-color: white !important;
        background: white !important;
    }

    article {
        display: block !important;
        float: none !important;
        position: relative;
    }

    div#coupon0, div#coupon1, div#coupon2, div#coupon3, div#coupon4 {
        display: block !important;
        float: none !important;
        break-after: always;
        page-break-after: always;
        page-break-inside: avoid;
        position: relative;
    }

    div.print-option, ul.etabs, div.header, head {
        display: none;
    }

    #coupons, #coupons * {
        visibility: visible;
    }

    .small-coupon {
        width: 100%;
        border: #7F47AD 4px solid;
        margin-top: 10px;
        overflow: hidden;
        float: left;
        padding: 20px;
        margin: 0 1%;
        min-height: 450px;
        margin-bottom: 15px;
    }

    .small-coupon-title {
        display: block;
        width: 100%;
        text-align: center;
    }

    .small-coupon-title h3 {
        color: #7F47AD;
        font-size: 35px;
        margin: 20px 0px 10px 0px;
    }

    .small-coupon-title-edit {
        display: block;
        width: 100%;
        text-align: center;
        color: #00aef0;
        font-size: 28px;
        vertical-align: top;
        font-weight: 700;
        margin: 0px 0px 10px 0px;
    }

    .small-coupon-text {
        margin: 5px 0 5px 0;
    }

    .small-coupon-expire, .coupon-expire {
        color: #00aef0;
        font-size: 12px;
        line-height: 20px;
        font-weight: bold;
        padding: 10px 0;
    }

    .small-coupon-disclaimer {
        font-size: 12px;
        line-height: 14px
    }

    .small-coupon-store {
        padding: 10px 0 0 0;
    }

    .small-coupon-logo {
        width: 40%;
        float: left;
    }

    .small-coupon-address {
        font-size: 12px;
        float: left;
        width: 60%;
    }

    .small2 {
        margin-left: 10px;
    }

    .large-coupon {
        border: #8dc73f 4px solid;
        margin: 0 1%;
        padding: 20px;
        width: 100%;
        overflow: hidden;
        margin-bottom: 15px;

    }

    #coupons {
        line-height: 1.4;
        display: block;
        color: #000000;
        margin: 0px;
        width: 100% !important;
        padding: 0px !important;
        position: relative;
        background-color: white !important;
        background: white !important;
    }

    .large-coupon-left {
        width: 80%;
        padding-right: 5%;
        float: left;
    }

    .large-coupon-right {
        width: 20%;
        float: left;
    }

    .large-coupon-title h3 {
        color: #7F47AD;
        font-size: 35px;
        line-height: 32px;
        margin: 35px 0px 10px 0px;
    }

    .large-coupon-title-edit {
        text-align: left;
        color: #00aef0;
        font-size: 28px;
        vertical-align: top;
        font-weight: 700;
        margin: 10px 0px 10px 0px;
    }

    .large-coupon-text {
        padding: 10px 0;
    }

    .large-coupon-disclaimer {
        font-size: 12px;
        line-height: 14px;
    }

    .large-coupon-logo {
        text-align: center
    }

    .large-coupon-address {
        font-size: 12px;
        text-align: right;
    }

    .coupon-extras {
        padding-top: 10px;
    }

    .small-coupon-extras {
        padding-top: 25px;
    }
}