/*styles for print media*/

#navigation, #masthead , #footer, #bug_form{
  display:none;
}

.topbar-wrapper{
  display:none;
}


qqhr{page-break-after: always;}

.print_hide{display:none;}



.route_map{
  page-break-after: always;
 }

/*example from list apart. auto width seems to solve prob of guessing the availabel print width*/
.container {
	width: auto;
	margin: 0 ;
    margin-left: 30px ;
	padding: 0;
	border: 0;
	ffloat: none !important;
	color: black;
	background: transparent;
}

a, a:visited {
  color:black;
}

/*fix the width of the invoice cols by mapping cols to smaller units!*/
.span5{
  width:220px;/*equiv of span4*/
  bborder:1px solid black;
}

.offset6{
  margin-left:200px;/*140*/
}
