
input.button-2.order-details-button.offer-cart {
    background-color: #7f7f7f;
    color: white;
}

.section.order-item.Draft {
    border: 1px solid #ffa089;
}

.section.order-item.SendToRequest {
    border: 1px solid #fff988;
}

.section.order-item.Activated {
    border: 1px solid #90deb6;
}
.section.order-item.Used {
    border: 1px solid #89afff;
}

.data-table tr {
  vertical-align: top;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /* width: 100%; */
  border: 1px solid darkgray;
  align-items: center;
}

th.product-picture {
  width: 36%;
  padding-right: 20px !important;
}

th.name {
  width: 100%;
}

.page.order-details-page .page-title h1 {
    display: none;
}
.order-details-page .page-title {
  margin: 0 0 40px;
  overflow: hidden;
  width: 150%;
}
.order-details-page .page-title {
    margin: 0 0 40px;
    overflow: hidden;
    width: 100%;
    float: left;
    text-align: left;
}
.order-details-page .order-overview .order-number {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

.order-details-page .page-title a, .send-order-again, .order-details-page .order-details-button, .return-items-button {
    height: 38px;
    line-height: 38px;
    padding: 0 25px;
    margin: 0 2px;
    font-size: 16px;
    color: white;
    font-weight: 400;
}

.order-details-area {
  width: 100%;
}