@media screen {

    .screen-only {
        position: static;
        top: auto;
        left: auto;
        visibility: visible;
    }

    .print-only {
        position: fixed;
        top: 0;
        left: -9999em;
        visibility: hidden;
    }
}

@media print {

    .screen-only {
        position: fixed;
        top: 0;
        left: -9999em;
        visibility: hidden;
    }

    .print-only {
        position: static;
        top: auto;
        left: auto;
        visibility: visible;
    }

    body,
    body * {
        background: none;
    }

    body .ctr {
        margin: 0 auto;
        padding: 0;
    }

    body #hdr #product-code,
    body #hdr #newsletter,
    body #hdr #main-menu,
    body #ftr,
    body #recipe-cats,
    body #recipe-search,
    .video {
        display: none;
    }

    body #featured-recipe img {
        width: 300px;
    }

    body #hdr #logo img {
        display: block;
        width: 150px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    body #page {
        margin: 0;
        padding: 0;
    }

    body .btn {
        display: none;
    }

    body table {
        border-spacing: 0;
        border-collapse: collapse;
    }

    body table tr th,
    body table tr td {
        padding: 5px 10px;
        border: 1px solid #bbb;
        background: none !important;
        color: #333;
    }

    body .print-hidden {
        display: none;
    }

    body.single-product #hdr {
        height: 35px;
        margin: 0;
        padding: 0;
    }

    body.single-product #hdr #logo {
        position: absolute;
        z-index: 999;
        top: -10px;
        left: 0;
        margin: 0;
        padding: 10px 0;
    }

    body.single-product #hdr #logo img {
        display: block;
        float: none;
        margin: 0;
        padding: 0;
    }

    body.single-product #product .row {
        margin-bottom: 15px;
    }
    body.single-product #product .row > * {
        margin-bottom: 0;
    }

    body.single-product #product .row * {
        font-size: 10px !important;
    }

    body.single-product #product table * {
        font-size: 10px !important;
    }

    body.single-product #product table tr th,
    body.single-product #product table tr td {
        padding: 2px 5px !important;
    }

    body.single-product #product #product-information {
        margin-bottom: 10px;
    }

    body.single-product #product #product-nutrition {
        margin-bottom: 10px;
    }

    body.single-product #product #product-image {
        margin-bottom: 10px;
        padding: 0;
        border: 1px solid #ddd;
    }

    body.single-product #product #product-info-table {
        margin-bottom: 10px;
    }

    body.single-product #product #product-info-table strong {
        color: #cf152d;
    }

    body.single-product #product #product-image img {
        display: block;
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
        height: auto;
        width: auto;
        border: none;
    }

    body.single-product #product .product-info {
        margin: 0 0 2px;
    }

    body.single-product #product .product-info h4,
    body.single-product #product .product-info p {
        display: inline;
        font-size: 10px;
        line-height: 1.1;
    }

    body.single-product #product .product-info h4 {
        margin: 0 0 5px;
        padding: 0;
        background: none;
        color: #cf152d;
    }

    body.single-product #product .product-info p {
        margin: 0;
        padding: 0;
    }

    body.single-product #product #product-name-header {
        padding: 0 0 15px 160px;
        margin: 10px 0 15px;
        font-size: 16px;
        color: #cf152d;
        white-space: nowrap;
    }

    body.single-product #product #product-shipping-table {
        margin-bottom: 10px;
    }

    body.single-product #product #product-shipping-table tr th,
    body.single-product #product #product-shipping-table tr td {
        font-size: 10px;
    }

    body.single-product #product #product-shipping-table tr th.allow-wrap,
    body.single-product #product #product-shipping-table tr td.allow-wrap {
        white-space: normal;
    }

    body.single-product #product #nutrition-facts {
        margin: 0;
        padding: 10px 0;
        max-width: none;
    }

    body.single-product #product #nutrition-facts table tr th,
    body.single-product #product #nutrition-facts table tr td {
        white-space: nowrap;
    }

    body.single-product #product #nutrition-facts tr th.allow-wrap,
    body.single-product #product #nutrition-facts tr td.allow-wrap {
        white-space: normal;
    }

    body.single-product #product #nutrition-facts table tr * {
        font-size: 10px !important;
    }

    body.single-product #product #nutrition-facts > h4 {
        text-align: center !important;
        font-size: 16px !important;
    }

    body #product-ftr img {

    }

    body #product.print #product-information .product-info {

    }

}