@media print {
   .book-date {
		page-break-after: always;
	}

	.post-content {
		page-break-before: always;
	}
	
	p {
		page-break-inside: avoid;
	}
	body {
		/* color: #9a9a9a; */
		font-family: "Raleway", Arial, Helvetica, sans-serif;
		font-size: 13pt;
		font-weight: 300;
		line-height: 1.65;
		color: #000;
		background-color: #fff;
		}

.noprint  {
        display: none;
/*		visibility:hidden !important; */   
	}    
 
.endofprint::after {
  content: "Copyright Pigly.com";    
  display: block;
  text-align: center;  
}
}


@page {
    margin-top: 2cm; 
    margin-bottom: 2cm;
    margin-left: 2cm;
    margin-right: 2cm;
}
