@charset "utf-8";
/* CSS Document */
@media print {
    body {
        font-family: Georgia;
        font-size: 11px;
        color: #000; 
        background: #fff; 
        margin: 1cm;
        width: 100%;
        display: inline;
    }
    .navbar,
    .nav_header,
    footer {
        display: none;
        border: none;
        height: auto;
    }
    .rhonda_image {
        display: none;
        height: 0px;
    }
    p,
    .ingredient_label,
    .rhonda_notes,
    .method_instructions,
    li {
        font-family: Georgia;
        font-size: 11px;
        width: 100%;
    }
    .rhonda_heading header,
    .ingredient_header h1,
    .rhonda_notes h5,
    .equipment_header h5,
    .rhonda_method_list h5,
    .rhonda_add_notes h5 {
        font-size: 16px;
        margin-bottom: 0px;
        border-bottom: none;
    }

    .rhonda_notes li,
    .rhonda_add_notes li{
        margin: 5px;
    }
    .rhonda_info table,
    .rhonda_info th, 
    .rhonda_info td{
        padding: 2px; 
        margin: 2px;
        display: inline;
        border: none;
    }
    
    .rhonda_equipment table,
    .rhonda_equipment td,
    .rhonda_equipment tr{
        padding: 2px; 
        margin: 2px;
        display: inline;
        border: none;
    }
   
    .ingredient_list img,
    .method_instructions img{
        transform: scale(0.6);
    }
    .rhonda_method,
    .rhonda_method li,
    .step_number,
    .method_instructions,
    .method_instructions img{
        margin: 1px;
        width: 100%;
        height: auto;
        border: none;
        text-decoration: none;
        height: auto;
        padding: 1px;
    }
    .rhonda_row{
        margin: 1px;
        padding: 1px;
    }
    .rhonda_col_ingredients1,
    .rhonda_col_ingredients2,
    .ingredient_label{
        margin: 1px;
        padding: 1px;
    }
    .ingredient_list{
        border-bottom: none;
        margin: 1px;
        padding: 1px;
    }


}