@media print {
    *{
        transition:none!important;
    }

    body { background: white;  float: none !important;}
    .header_auto_container{ display: none; }

    .logo_print{
        display: block;
        position: relative;
        top: 0;
        margin-left: 4%;
        margin-top: 6%;
    }

    .content_rightbar, .content_leftbar{
        display: none;
    }

    a.print-hide, .wide_menu,  .footer_outer,  .recipes_heading, .recipe_outer:not(:first-child), .recipe_share_btn, .marketing{
        display: none;
    }

    .header_outer .header_desk{
        display: none;
    }

    .content_centerbar{
        width: 100% !important;
        box-shadow: none;
    }

    .recipe_middle_inn img{
        display: none !important
    }

    .recipe_middle_right{
        float: left;
        width: 63% !important;
    }
    .recipe_middle_right ul li{
        line-height: 39px !important;
    }

    .recipe_middle_right ul li, .recipe_middle_left p{
        font-size: 22px;
    }
    .recipe_middle_right h3, .recipe_middle_left h3{
        font-size: 26px;
    }
    .recipe_middle_right h3{
        margin-bottom: 4%;
    }
    .recipe_middle_left h3{
        margin-bottom: 10%;
    }

    .recipe_middle_left p {
        line-height: 30px !important;
        list-style:disc outside none;
        display:list-item;
    }

    .recipe_middle_left p:nth-child(2), .recipe_middle_left p:last-child{
        display:none !important;
    }

    .recipe_middle_left{
        padding: 0 !important;
        margin-right: 4% !important;
        width: 29% !important;
    }

    .recipe_middle h1 {
        font-size: 33px;
    }

    #tab2C{
        margin-left: 2%;
    }

    .chrome .recipe_middle_left{
        padding: 0 !important;
    }

    .recipe_text{
        font-size: 20px !important;
    }

    p.recipe_btn a{
        font-weight: bold !important;
        color: #303030 !important;
    }

    @page  {
        margin: 2%;
    }



}