@charset "utf-8";
/* CSS Document */


@media print { 
    
        @page {
          size: auto;
          margin: 0mm;
          overflow:visible;
          page-break-inside: avoid;
        }
    main.homepage2, section.chutneyingredients1, ul.chutneyingredients2, p.chutney, p.notes1, ul, p.chutneymethod   { 
    font-family: Georgia;
    color:black;
    font-size: 12.5px;
    padding: 0;
    border: 0;
    text-align: left;
    margin: 0;
    width:100%;
    overflow:visible;
    page-break-inside: avoid;
    line-height: 30px;


}



}

section.ingredients{
    position: relative;
    bottom: 100px;
    line-height: 20px;
}
    
section.equipment{
    position: relative;
        bottom: 125px;
        line-height: 5px;
    
    }

section.chutneyingredients1 {
    position: relative;
    bottom: 150px;
    font-size: 12px;
}

ul.chutneyingredients2{
    font-size:10px;
    position: relative;
    bottom: 100px;

}


    div.title{
        position:relative;
        top: -150px;
        margin:0;
        padding:0;
        font-size: 15pt;


 
    }
ul.chutneymethod{
    font-size: 12px;
    position: relative;
    bottom: 50px;
}

p.notes1, ul.notes1{
    font-size:12px;
    position: relative;
    bottom: 75px;
}

     nav, header, footer, p.notes2, figure.printbutton, ul.notes2, div.scroll-container, p.notes1, section.notes1, section.notes2, ul.notes1{

    display:none;
}

