.noprint, #header, #nav, #top-band, #badges, #quick-links, #quick-links-trigger, #footer, #left, #right, #right-bar, #breadcrumbs{
  display:none;
}
.print{
  display:block;
}

body{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  background:#fff;
}

h1, h2, h3, p{
  line-height:140%;
}
h1{
  font-size:30px;
}
h2{
  font-size:20px;
}
h3{
  font-size:16px;
}
p{
  
}
#wrapper{
  width:auto;
}
#content{
  width:auto;
  margin-left:10%;
  padding-top:1em;
  border-top:1px solid #f0f0f0;
}
table{
  width:100%;
  border: 1px solid #eee;
	border-collapse: collapse;
	margin:10px 0 10px 0;
}
table th, table td {
  border:1px solid #ccc;
	padding: 5px;
}
table th {
  background:#eee;
}

.printing-header {
  width: 400px;
  height: auto;
  margin-bottom: 10px;
  margin-left: 65px;
}