#print-header {
	width:100%;
	height: 87px;
	line-height: 16px;
}
#print-content {
    margin: 5px;
}

.print-title h1 {
	width:100%;
	height:auto;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:30px;
	padding-bottom:8px;
	color:#970010;
}

.print-header {
    padding: 5px;
    background-color: #eee;
    border-bottom: 1px solid #666;
    height: 15px;
}

@media print {
  .noprint {
    display: none;
  }
}

.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 }
.clearfix:after { clear: both; }
.clearfix { zoom: 1;}
.clear {clear: both;}
