.priceContainer.mobile_hide {
  display: none;
}
.billingAddress {
  display: none;
}
.order-details-box tr td:nth-child(3) {
  display: none;
} /* Hide the Billing Address on the order processed screen */
.od_row.columns.is-widescreen.od_row--billing .od_half_row.od_row_formating.column.is-6 > .od_billing {
  display: none;
} /* Hide the Billing Address on the My Orders -> Expanded Order Details screen. */
.priceContainer.mobile_hide {
  display: none;
}
.billingAddress {
  display: none;
}
.order-details-box tr td:nth-child(3) {
  display: none;
} /* Hide the Billing Address on the order processed screen */
.od_row.columns.is-widescreen.od_row--billing .od_half_row.od_row_formating.column.is-6 > .od_billing {
  display: none;
} /* Hide the Billing Address on the My Orders -> Expanded Order Details screen. */

.name_jobref {
    display: none !important;
}

