.show_more {
    display: block;

    margin: 0px 0px 20px;

    text-align: center;
}

.show_more a {
    text-decoration: none;
    text-transform: uppercase;

    color: #453f4d;

    font-size: 14px;
    font-weight: 700;
}

.show_more a:hover {
    color: #d14c47;
}

.page-break {
    height: 1px;
    margin: 20px 0px 20px 20px;

    text-align: center;

    border-top: 1px solid #e5e4e2;
}

.page-break-text {
    position: relative;
    top: -.75em;

    padding: .25em 1em;

    color: #878787;
    background: #fff;

    font-size: 14px;
}

.coupon-page .page-break {
    margin: 20px 20px 20px 20px;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 720px) {
    .page-break-text {
        font-size: 20px;
    }

    .show_more {
        margin: 0px 0px 24px;
    }

    .show_more a {
        font-size: 18px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1020px) {
    .page-break-text {
        font-size: 14px;
    }

    .show_more {
        margin: 20px 0px;
    }

    .show_more a {
        font-size: 14px;
    }
}
