.woocommerce-orders-table__row {
  text-align: center !important;
}
.woocommerce-orders-table__row.woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status {
  background-color: rgb(172, 0, 0) !important;
  color: white !important;
}
.woocommerce-orders-table__row.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
  background-color: rgb(0, 172, 0) !important;
  color: white !important;
}

.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.woocommerce-orders-table th,
.woocommerce-orders-table td {
  vertical-align: middle;
  padding: 16px 20px;
  box-sizing: border-box;
}
.woocommerce-orders-table th {
  text-align: center !important;
}
.woocommerce-orders-table td {
  text-align: center !important;
}

/*# sourceMappingURL=styles.css.map */
