﻿@media print{
    
    body{
        padding-top:0px;
        margin-bottom:0px;
    }
    .print-area{
        display:none;
    }
    .print-header
    {
        display:inline-block !important;
    }
    .mobile-nav{
        display:none;
    }
    .footer{
        display:none;
    }
    .nav-bar{
        display:none;
    }

    .side-bar-nav
    {
        display:none;
    }

    .main-content{
        width:100%;
        max-width:100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    
    .recipe{
        display: table;
       font-size:10pt;
    }
    .container {
        width:100%;
        max-width:100%;
    }
    .recipe-ingredients{
        width:35%;
    }
    .recipe-directions{
        width:65%;
        page-break-inside:avoid;
    }
    .recipe-image{
        width:35%;
        max-width:100%;
        -ms-flex:none;
        flex:none;
    }
    .recipe-description{
        width:65%;
        max-width:100%;
        -ms-flex:none;
        flex:none;
    }

    .section--header{
        font-size:12pt;
    }

    .employee-grid__item__image{
        display:none;
    }
    .article-image{
        display:none;
    }
}
