.cxa-orderdetails-component.component {
  padding-right: 0;
  padding-left: 0;
  float: unset;
}

.c-order-details {
  display: -webkit-flex;
  display: flex;
  padding: 15px;
  margin: 0 0 36px 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #EFF1F4;
}

@media (min-width: 992px) {
  .c-order-details {
    padding: 24px;
    margin: 0 0 48px 0;
  }
}

.c-order-details__item {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  margin-top: 24px;
  color: rgba(0, 0, 0, 0.7);
}

.c-order-details__item:nth-child(1), .c-order-details__item:nth-child(2) {
  margin-top: 0;
}

@media (min-width: 992px) {
  .c-order-details__item {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
  }
  .c-order-details__item:nth-child(3), .c-order-details__item:nth-child(4), .c-order-details__item:nth-child(5) {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .c-order-details__item.ordering-details {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
  }
}

.c-order-details__label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.c-order-details__value {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}

.c-order-table {
  margin-bottom: 36px;
}

@media (max-width: 991px) {
  .c-order-table {
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.c-order-table__row {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.c-order-table__row.c-order-table__row--header {
  display: none;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .c-order-table__row.c-order-table__row--header {
    display: -webkit-flex;
    display: flex;
  }
}

.c-order-table__row.c-order-table__row--header div {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.c-order-table__row.c-order-table__row--header .c-order-table__product-description,
.c-order-table__row.c-order-table__row--header .c-order-table__discount,
.c-order-table__row.c-order-table__row--header .c-order-table__price,
.c-order-table__row.c-order-table__row--header .c-order-table__qty,
.c-order-table__row.c-order-table__row--header .c-order-table__remqty,
.c-order-table__row.c-order-table__row--header .c-order-table__uom,
.c-order-table__row.c-order-table__row--header .c-order-table__eta,
.c-order-table__row.c-order-table__row--header .c-order-table__tracking,
.c-order-table__row.c-order-table__row--header .c-order-table__total {
  font-weight: 700;
  font-size: 12px;
  color: #0D4486;
}

.c-order-table__product {
  margin-right: 20px;
  -webkit-flex-basis: 100px;
  flex-basis: 100px;
}

.c-order-table__product-image {
  padding: 10px;
  height: 100px;
  width: 100px;
  background: #F7F8F9;
  overflow: hidden;
  text-align: center;
}

.c-order-table__product-image img {
  max-height: 100%;
}

.c-order-table__product-details {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}

@media (min-width: 992px) {
  .c-order-table__product-details {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap;
  }
}

.c-order-table__product-details > div {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

@media (max-width: 991px) {
  .c-order-table__product-details > div {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .c-order-table__product-details > div:before {
    display: block;
    margin-bottom: 6px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    font-weight: 300;
  }
}

@media (max-width: 991px) {
  .c-order-table__line-number {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 2;
    order: 2;
  }
}

@media (min-width: 992px) {
  .c-order-table__line-number {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }
}

@media (max-width: 991px) {
  .c-order-table__line-number:before {
    content: "Line Number:";
  }
}

.c-order-table__product-description {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  font-weight: 600;
}

.c-order-table__product-description p {
  font-weight: 600;
}

@media (max-width: 991px) {
  .c-order-table__product-description {
    margin-bottom: 24px !important;
    -webkit-order: 1;
    order: 1;
  }
}

@media (min-width: 992px) {
  .c-order-table__product-description {
    -webkit-flex-basis: 210px;
    flex-basis: 210px;
    overflow-wrap: break-word;
    margin-right: 24px;
  }
  .c-order-table__product-description.quote-details {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
  .c-order-table__product-description.invoice-details {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.c-order-table__product-description h4 {
  margin-bottom: 6px;
  color: #0D4486;
  font-size: 14px;
}
.c-order-table__product-description a {
  color: #0D4486;
  font-size: 14px;
}
.c-order-table__product-description p {
  margin-top: 6px !important;
}

@media (min-width: 992px) {
  .c-order-table__product-description p {
    margin-top: 24px;
  }
}

@media (max-width: 991px) {
  .c-order-table__discount {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    margin-bottom: 15px;
    -webkit-order: 4;
    order: 4;
  }
}

@media (min-width: 992px) {
  .c-order-table__discount {
    -webkit-flex-basis: 77px;
    flex-basis: 77px;
    text-align: center;
    margin-right: 24px;
  }
  .c-order-table__discount.invoice-details {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }
}

@media (max-width: 991px) {
  .c-order-table__discount:before {
    content: "Discount:";
  }
}

.c-order-table__discount p, .c-order-table__discount div, .c-order-table__discount span {
  margin-bottom: 6px;
  color: #1088b8;
}

.c-order-table__discount .c-order-table__discount-percent {
  font-weight: 600;
}

@media (max-width: 991px) {
  .c-order-table__discount .c-order-table__discount-percent {
    display: block;
    margin-bottom: 0;
  }
}

.c-order-table__discount .c-order-table__discount-value {
  font-weight: 600;
}

@media (max-width: 991px) {
  .c-order-table__discount .c-order-table__discount-value {
    display: inline-block;
    margin-bottom: 0;
  }
}

.c-order-table__price {
  font-weight: 600;
}

@media (max-width: 991px) {
  .c-order-table__price {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 2;
    order: 2;
  }
}

@media (min-width: 992px) {
  .c-order-table__price {
    -webkit-flex-basis: 76px;
    flex-basis: 76px;
    text-align: center;
    margin-right: 24px;
  }
  .c-order-table__price.quote-details {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }
  .c-order-table__price.invoice-details {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }
}

@media (max-width: 991px) {
  .c-order-table__price:before {
    content: "Net Unit Price:";
  }
}

.c-order-table__qty {
  font-weight: 600;
}

@media (max-width: 991px) {
  .c-order-table__qty {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 3;
    order: 3;
  }
}

@media (min-width: 992px) {
  .c-order-table__qty {
    -webkit-flex-basis: 35px;
    flex-basis: 35px;
    text-align: center;
    margin-right: 24px;
  }
  .c-order-table__qty.quote-details {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }
  .c-order-table__qty.invoice-details {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }
}

@media (max-width: 991px) {
  .c-order-table__qty:before {
    content: "Quantity:";
  }
}

.c-order-table__remqty {
  font-weight: 600;
}

@media (max-width: 991px) {
  .c-order-table__remqty {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 7;
    order: 7;
  }
}

@media (min-width: 992px) {
  .c-order-table__remqty {
    -webkit-flex-basis: 64px;
    flex-basis: 64px;
    text-align: center;
    margin-right: 24px;
  }
}

@media (max-width: 991px) {
  .c-order-table__remqty:before {
    content: "Remaining Quantity:";
  }
}

.c-order-table__uom {
  font-weight: 600;
}

@media (max-width: 991px) {
  .c-order-table__uom {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 4;
    order: 4;
  }
}

@media (min-width: 992px) {
  .c-order-table__uom {
    -webkit-flex-basis: 50px;
    flex-basis: 50px;
    text-align: center;
    margin-right: 24px;
  }
  .c-order-table__uom.quote-details {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }
  .c-order-table__uom.invoice-details {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }
}

@media (max-width: 991px) {
  .c-order-table__uom:before {
    content: "UOM:";
  }
}

.c-order-table__eta {
  font-weight: 600;
}

.c-order-table__eta a {
  font-weight: 700;
  color: #0D4486;
}

@media (max-width: 991px) {
  .c-order-table__eta {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 8;
    order: 8;
    margin-bottom: 15px;
    padding-right: 40px;
  }
}

@media (min-width: 992px) {
  .c-order-table__eta {
    -webkit-flex-basis: 77px;
    flex-basis: 77px;
    text-align: center;
    margin-right: 24px;
  }
}

@media (max-width: 991px) {
  .c-order-table__eta:before {
    content: "Status:";
  }
}

.c-order-table__tracking a p {
  font-weight: 700;
  color: #0D4486;
}

@media (max-width: 991px) {
  .c-order-table__tracking {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 9;
    order: 9;
  }
}

@media (min-width: 992px) {
  .c-order-table__tracking {
    -webkit-flex-basis: 106px;
    flex-basis: 106px;
    text-align: center;
    margin-right: 24px;
  }
}

@media (max-width: 991px) {
  .c-order-table__tracking:before {
    content: "Order Tracking:";
  }
}

.c-order-table__total {
  font-weight: 600;
}

@media (max-width: 991px) {
  .c-order-table__total {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    margin-bottom: 15px;
    -webkit-order: 10;
    order: 10;
  }
}

@media (min-width: 992px) {
  .c-order-table__total {
    -webkit-flex-basis: 77px;
    flex-basis: 77px;
    text-align: right;
  }
  .c-order-table__total.quote-details {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }
  .c-order-table__total.invoice-details {
    -webkit-flex-basis: 10%;
    flex-basis: 10%;
  }
}

@media (max-width: 991px) {
  .c-order-table__total:before {
    content: "Total:";
  }
}

#order-totals-summary {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 36px;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media (min-width: 992px) {
  #order-totals-summary {
    width: 40%;
    float: right;
  }
}

#order-totals-summary > .order-totals-summary-line {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  align-items: baseline;
}

#order-totals-summary > .order-totals-summary-line + div {
  margin-top: 24px;
}

#order-totals-summary > .order-totals-summary-line:nth-child(2) {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#order-totals-summary .summary-text {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  line-height: 1;
}

@media (min-width: 992px) {
  #order-totals-summary .summary-text {
    font-size: 16px;
  }
}

#order-totals-summary .summary-amount {
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 992px) {
  #order-totals-summary .summary-amount {
    font-size: 16px;
  }
}

#order-totals-summary .order-total .summary-amount,
#order-totals-summary .item-total .summary-amount {
  font-size: 20px;
}

@media (min-width: 992px) {
  #order-totals-summary .order-total .summary-amount,
  #order-totals-summary .item-total .summary-amount {
    font-size: 26px;
  }
}

.container-clean-background {
  width: 100%;
  margin-bottom: 48px !important;
  float: none;
}

.container-clean-background > .component-content > .row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  float: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
}

@media (min-width: 992px) {
  .container-clean-background > .component-content > .row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.container-clean-background > .component-content > .row > div {
  float: none;
}

.container-clean-background > .component-content > .row > div a,
.container-clean-background > .component-content > .row > div button {
  display: block;
  width: 100%;
}

.container-clean-background > .component-content > .row > div:nth-child(1) {
  margin-right: 24px !important;
}

@media (max-width: 991px) {
  .container-clean-background > .component-content > .row > div:nth-child(1) {
    -webkit-flex-basis: calc(50% - 12px);
    flex-basis: calc(50% - 12px);
    margin-top: 24px !important;
    -webkit-order: 2;
    order: 2;
  }
}

@media (min-width: 992px) {
  .container-clean-background > .component-content > .row > div:nth-child(1) {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
  }
}

@media (max-width: 991px) {
  .container-clean-background > .component-content > .row > div:nth-child(2) {
    -webkit-flex-basis: calc(50% - 12px);
    flex-basis: calc(50% - 12px);
    margin-top: 24px !important;
    -webkit-order: 3;
    order: 3;
  }
}

@media (min-width: 992px) {
  .container-clean-background > .component-content > .row > div:nth-child(2) {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
  }
}

.container-clean-background > .component-content > .row > div:nth-child(3) {
  padding: 0;
}

@media (max-width: 991px) {
  .container-clean-background > .component-content > .row > div:nth-child(3) {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-order: 1;
    order: 1;
  }
}

@media (min-width: 992px) {
  .container-clean-background > .component-content > .row > div:nth-child(3) {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    min-width: 386px;
    margin-left: 10% !important;
    -webkit-order: unset;
    order: unset;
  }
}

.container-clean-background > .component-content > .row > div:nth-child(3) .reorder:disabled:hover {
  background: #0D4486;
}

.component.nhp-ExportToExcelButton-component.position-right {
  display: block;
  top: 238px;
  -webkit-transform: translateX(225%);
  transform: translateX(225%);
  position: absolute;
  max-width: 100%;
}

@media (max-width: 991px) {
  .component.nhp-ExportToExcelButton-component.position-right {
    display: none;
  }
}

button.btn.btn-default.exporttoexcel {
  background-color: #fff;
  border: 1px solid #0D4486;
  color: #0D4486;
  width: 300px;
}

button.btn.btn-default.exporttoexcel:hover {
  background-color: #3d699e;
}

button.btn.btn-default.exporttoexcel::before {
  font-family: 'Material Icons';
  content: "file download";
  font-size: 30px;
  position: absolute;
  right: 240px;
  top: 14px;
}

@media (max-width: 991px) {
  .backorder .c-order-table__product-details > div:before {
    display: block;
    margin-bottom: 4px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    color: #0D4486;
    font-weight: 700;
  }
}

.backorder .c-order-table__row--header .c-order-table__purchaseno,
.backorder .c-order-table__row--header .c-order-table__orderno,
.backorder .c-order-table__row--header .c-order-table__product-description,
.backorder .c-order-table__row--header .c-order-table__requestedDespatchDate,
.backorder .c-order-table__row--header .c-order-table__shipInFull,
.backorder .c-order-table__row--header .c-order-table__onHoldLabel,
.backorder .c-order-table__row--header .c-order-table__qty,
.backorder .c-order-table__row--header .c-order-table__remainingQt,
.backorder .c-order-table__row--header .c-order-table__uom,
.backorder .c-order-table__row--header .c-order-table__lineStatus,
.backorder .c-order-table__row--header .c-order-table__orderTracking {
  font-weight: 700;
  font-size: 12px;
  color: #0D4486;
}

.backorder .c-order-table__purchaseno {
  flex-basis: 111px;
  overflow-wrap: break-word;
  margin-right: 10px;
  text-align: center;
}
.backorder .c-order-table__purchaseno a {
  color: #0D4486;
  font-weight: 600;
}
@media (max-width: 991px) {
  .backorder .c-order-table__purchaseno {
    text-align: left;
    margin-right: 0px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-order: 1;
    order: 1;
  }
  .backorder .c-order-table__purchaseno:before {
    content: "Purchase Order No.";
    font-size: 14px;
  }
}
.backorder .c-order-table__orderno {
  flex-basis: 95px;
  overflow-wrap: break-word;
  margin-right: 0px;
  text-align: center;
}
.backorder .c-order-table__orderno a {
  color: #0D4486;
  font-weight: 600;
}
@media (max-width: 991px) {
  .backorder .c-order-table__orderno {
    text-align: left;
    margin-right: 0px;
    flex-basis: 100%;
    order: 1;
  }
  .backorder .c-order-table__orderno:before {
    content: "NHP Order Reference";
    font-size: 14px;
  }
}
.backorder .c-order-table__product-description {
  -webkit-flex-basis: 193px;
  flex-basis: 193px;
  overflow-wrap: break-word;
  margin-right: 0px;
  text-align: left;
}

@media (max-width: 991px) {
  .backorder .c-order-table__product-description {
    margin-right: 0px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-order: 1;
    order: 1;
  }
}

.backorder .c-order-table__requestedDespatchDate {
  -webkit-flex-basis: 101px;
  flex-basis: 101px;
  overflow-wrap: break-word;
  margin-right: 4px;
  text-align: center;
}

@media (max-width: 991px) {
  .backorder .c-order-table__requestedDespatchDate {
    text-align: left;
    margin-right: 0px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 3;
    order: 3;
  }
  .backorder .c-order-table__requestedDespatchDate:before {
    content: "Requested Despatch Date:";
    font-size: 12px;
  }
}

.backorder .c-order-table__shipInFull {
  -webkit-flex-basis: 32px;
  flex-basis: 32px;
  overflow-wrap: break-word;
  margin-right: 4px;
  text-align: center;
}

@media (max-width: 991px) {
  .backorder .c-order-table__shipInFull {
    text-align: left;
    margin-right: 0px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 4;
    order: 4;
  }
  .backorder .c-order-table__shipInFull:before {
    content: "Ship in Full:";
    font-size: 12px;
  }
}

.backorder .c-order-table__onHoldLabel {
  flex-basis: 75px;
  overflow-wrap: break-word;
  margin-right: 4px;
  text-align: center;
}

@media (max-width: 991px) {
  .backorder .c-order-table__onHoldLabel {
    text-align: left;
    margin-right: 0px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 5;
    order: 5;
  }
  .backorder .c-order-table__onHoldLabel:before {
    content: "On Hold:";
    font-size: 12px;
  }
}

.backorder .c-order-table__qty {
  -webkit-flex-basis: 59px;
  flex-basis: 59px;
  overflow-wrap: break-word;
  margin-right: 4px;
  text-align: center;
}

@media (max-width: 991px) {
  .backorder .c-order-table__qty {
    text-align: left;
    margin-right: 0px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 6;
    order: 6;
  }
  .backorder .c-order-table__qty:before {
    content: "Qty:";
    font-size: 12px;
  }
}

.backorder .c-order-table__remainingQt {
  flex-basis: 59px;
  overflow-wrap: break-word;
  margin-right: 4px;
  text-align: center;
}

@media (max-width: 991px) {
  .backorder .c-order-table__remainingQt {
    text-align: left;
    margin-right: 0px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 7;
    order: 7;
  }
  .backorder .c-order-table__remainingQt:before {
    content: "Remaining Qty:";
    font-size: 12px;
  }
}

.backorder .c-order-table__uom {
  -webkit-flex-basis: 52px;
  flex-basis: 52px;
  overflow-wrap: break-word;
  margin-right: 4px;
  text-align: center;
}

@media (max-width: 991px) {
  .backorder .c-order-table__uom {
    text-align: left;
    margin-right: 0px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 8;
    order: 8;
  }
  .backorder .c-order-table__uom:before {
    content: "UOM:";
    font-size: 12px;
  }
}

.backorder .c-order-table__lineStatus {
  -webkit-flex-basis: 78px;
  flex-basis: 78px;
  overflow-wrap: break-word;
  margin-right: 4px;
  text-align: center;
}

@media (max-width: 991px) {
  .backorder .c-order-table__lineStatus {
    text-align: left;
    margin-right: 0px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 9;
    order: 9;
  }
  .backorder .c-order-table__lineStatus:before {
    content: "Status:";
    font-size: 12px;
  }
}

.backorder .c-order-table__orderTracking {
  -webkit-flex-basis: 73px;
  flex-basis: 73px;
  overflow-wrap: break-word;
  text-align: center;
}

@media (max-width: 991px) {
  .backorder .c-order-table__orderTracking {
    text-align: left;
    margin-right: 0px;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-order: 10;
    order: 10;
  }
  .backorder .c-order-table__orderTracking:before {
    content: "Order Tracking:";
    font-size: 12px;
  }
}

.backorder .c-order-table__orderTracking a p {
  color: #0D4486;
  font-weight: 700;
}

.c-order-info__warningMessage {
  align-items: center;
  border-left: 2px solid rgba(229, 168, 79, 0.6);
  display: flex;
  width: 100%;
  min-height: 50.5px;
  padding: 0 19px;
  margin: 8px 0 0 0;
  background-color: rgba(229, 168, 79, 0.15);
}

.c-order-info__warningMessage .text {
  color: #856404;
  margin-left: 14px;
  line-height: 24px;
}

@media (max-width: 991px) {
  .c-order-info__warningMessage {
    margin: 0;
    padding: 0 12px;
  }
  .c-order-info__warningMessage svg {
    width: 24px;
    height: 20px;
  }
  .c-order-info__warningMessage .text {
    margin-left: 12px;
    line-height: 20px;
  }
}
