p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.order-section {
  margin-top: 2em;
  margin-bottom: 3em;
}

.order-headline {
  margin-top: 0 !important;
  text-align: left;
  color: #70a67c;
  line-height: 1.4em;
}

.order-grid {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.order-panel {
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.order-grid-title {
  margin-top: 0;
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: bold;
}

.order-grid-item {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #646464;
}

.separator {
  height: 1px;
  display: inline-block;
  border-top: 1px solid #e6dec7;
  width: 100%;
  max-width: 80%;
  margin-bottom: 1em;
}