/* EDIT ORDER PAGE */
.section {
  margin: 15px 0;
}

.section h2 {
  text-decoration: underline;
  margin-bottom: 5px;
}

.section, .section table {
  width: 100%;
}

.section th.date {
  width: 120px;
}

.section th.customer {
  width: 200px;
}

.section th {
  font-weight: bold;
  vertical-align: top;
}

.section td {
  padding: 2px 0;
  vertical-align: top;
}


#orderTotal th {
  padding-top: 5px;
}
/* END EDIT ORDER PAGE */
