/** Project: Envoy 
 *  Description: 
 *
 *  @creator       Thinkin-Tags v0.5.3
 *  @framework     YAML v4.1.2
 *  @file          print.css
 */

@media print {

	body {
		font-size: 10pt;
		padding: 0 5px;
	}

	nav,
	.ym-searchform {
		display: none;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
	}

}

