﻿@media print {
    body {
        padding-top: 0;
    }

    .body-content {
        min-height: 100%;
        height: auto;
        margin: 0 auto 0;
        padding: 0;
    }

    .recipe-image {
        width: auto !important;
        max-height: 200px;
    }

    .recipe-details, .recipe-method {
        display: inline-block;
        margin-top: 25px;
    }

    .recipe-details {
        width: 40% !important;
    }

    .recipe-method {
        width: 50% !important;
    }

    .snowflake-page-header > div:first-child,
    .snowflake-page-header > div:last-child {
        display: none;
    }

    .snowflake-page-header:not(.heritage-header) {
        text-align: left;
    }

    .btn {
        display: none;
    }

    br, hr {
        display: none;
    }

    h3 {
        margin-top: 0px;
    }

    .reviews, .review-form {
        display: none;
    }

    footer {
        display: none;
    }
}