/*
-----------------------------------------------
Print styles
----------------------------------------------- */

/* General
----------------------------------------------- */

p, h2, h3 { 
	orphans: 3; 
	widows: 3;
}

body {
	color:#999;
	font: 100% Helvetica,"Helvetica Neue",Arial,sans-serif;
}


/* Images
----------------------------------------------- */

img { 
	max-width: 100% !important;
}