﻿@media print
{
     #view_recipe2
     {
        
        max-height:7in;
        width:auto;
        font-size:80%;
        font-family:Arial;
     }
     
     #printGrocery
     {
        font-size:10pt;
        min-height:10in;
        min-width:7in;
     }
     
     p
     {
        font-size:x-large;
     }
}


