#masthead, #footer, #sso_login, #dwpb, #coupon_menu,
.nav-primary, .nav-secondary, .ui-tooltip {
    display: none !important;
}

.main-wrapper .site-main {
    box-shadow: none;
}

#content, .stc-main-content, .stc-main-content > div {
    padding: 0 !important;
    margin: 0 !important;
}

.coupon {
    display: none;
}

.coupon.clipped {
    page-break-inside: avoid;
    display: block;
    border: none;
}

.coupon.clipped::after{
    display: none;
}

/*
.coupon-container.clipped {
    page-break-inside: avoid;
    display: block;
    margin: 0 0 .5in .5in;
    border-style: dashed !important;
    border-color: #6E6E6E !important;
}

.coupon-container.clipped + .coupon-container.clipped {
    margin-top: .5in !important;
}
*/