/*--------------------+
 | Site: Extranet     |
 | Part: Print styles |
 +--------------------*/

/* Hide unnecessary elements
======================================================================*/
#nav { display: none; }


/* Basics
======================================================================*/
hr { background: none; border: 1px solid #ccc; }
body { font-size: 70%; }


/* Core layout
======================================================================*/
body,
#content,
#content-bin,
#footer,
#header,
#page {
	background: none;
	border: 0;
	float: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	position: static;
	width: 100%;
}

/* Content
======================================================================*/

/*--- Charts ---*/
  /* Bar charts */
  .bar-chart .index { background: none; border-top: 25px solid #aaa; }
  
  /* Timelines */
  .timeline li .count { border-bottom: 1px solid #999; border-top: 2px solid #999; }

/*--- Footer ---*/
#footer { border-top: 1px solid #ccc; font-size: 0.8em; line-height: 1.3; margin-top: 1em; padding-top: 0.5em; }
#footer p { display: inline; margin: 0 1em; }

/*--- Header ---*/
#header { border-bottom: 1px solid #ccc; margin-bottom: 1em; padding-bottom: 0.5em; }