body {
  padding-top: 50px;
}

#Invoice {
  float: right;
  font-size: 36px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: medium solid #000;
  margin-bottom: 25px;
}

#OrderInfo td:nth-child(odd),
#Addresses td:nth-child(odd) {
  text-align: right;
  padding-right: 10px;
}
#OrderInfo td:nth-child(odd)::after,
#Addresses td:nth-child(odd)::after {
  content: ":";
}
#OrderInfo td:nth-child(even),
#Addresses td:nth-child(even) {
  border: 1px solid #000;
  padding-left: 10px;
  text-align: left;
}

#Addresses tr:first-child td:nth-child(even) {
  border: none;
}

.AddressType {
  text-decoration: underline;
  padding-left: 10px;
}

.numeric {
  text-align: right;
  padding-right: 10px;
}

#CompanyAddress {
  font-size: 16px;
}

.subtotals td {
  border-top: solid medium black;
}

#OrderDetailsTable .subtotals td,
#OrderDetailsTable .shipping td,
#OrderDetailsTable .total td {
  border-left: none;
}
#OrderDetailsTable tr *:not([class=numeric]) {
  padding-left: 10px;
}
#OrderDetailsTable th {
  font-weight: bold;
  color: #FFF;
  background-color: #036;
  text-align: left;
  font-size: 16px;
}
#OrderDetailsTable th,
#OrderDetailsTable td {
  border-left: 1px solid black;
}

#Footer {
  font-family: "Segoe Script", Arial, sans-serif;
  font-size: 18px;
  color: #036;
  text-align: center;
}

#header {
  color: #036;
}/*# sourceMappingURL=invoice.css.map */