/* Print Style Sheet */



@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 0mm 0mm 0mm 0mm;  
}


@media print {



body { background:white; color:black; margin:0; }
.single-post{zoom:46%;}
.plot-location-single img {
  width: 400px;
}









  }