body {
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.invoice-header-date {
  margin-top: 25px;
  margin-left: 450px;
  text-align: right;
}

.header {
  width: 100%;
  height: 90px;
}

.header img {
  width: 190px;
  position: absolute;
}

.invoice-caption {
	margin-top: 50px;
	font-size:1.8em;
	font-weight: bold;
	padding: 0px;
	/*border: 1px solid lightgrey;*/
}

.invoice-number {
  position: relative;
  top:0px;
  text-align: right;  
}
.order-id {
  position: relative;
  top:0px;
  text-align: right;
}

.invoice-header-date {
  margin-top: 25px;
  margin-left: 450px;
  text-align: right;
}

.line-items {
  margin-top: 80px;
}