/** Project: humanhorse
 *  Description: 
 *
 *  @creator       Thinkin-Tags v0.4.0
 *  @framework     YAML v4.02
 *  @file          print.css
 */

@media print {

	body {
		font-size: 10pt;
	}

	#topnav,
	#nav,
	#search {
		display: none;
	}

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

}

