header, footer {
    display: none;
}

.hero, .subfoot, #order-form-button {
    display: none;
}

.container {
    width: 800px;
}

#order-form {
    width: 100%;
    font-size: 12px;
}

.order-form-image {
    display: none;
}

.order-form-image-printable {
    display: block;
}

.order-form-quantity {
    display: none;
}

.order-form-quantity-printable {
    display: block;
}

#order-form-print {
    display: none;
}

.order-form-product-name {
    display: none;
}
.order-form-product-name-printable {
    display: block;
}