table.table_order {
  margin: auto;
  width: 100%;  
  text-align: center;
  border: solid 1px #ddd;
}

.table_order td {
  text-align: center;
  padding: 5px;
  width:calc(100%/5);
  border:0;
}
.table_order tbody tr:nth-child(2n+1) {
  background-color: #e0e0e0;
}

.table_order .order-detail,
.table_order .product-detail {
  background-color: #676767 !important;
  color: #fff;
} 

.order-detail li ,
.product-detail li{
  text-align: left;
}

.order-detail ul ,
.product-detail ul {
  margin: 10px;
  padding: 10px;
}
.product-detail ul {
  border-bottom: solid 1px;
  margin-bottom: 0;
  list-style: none !important;
}

.product-detail ul li {
  font-size: 20px;
  font-weight: bold;
}
.btn-disable {
  display: none;
}

table.table_order th {
  text-align: center;
}
.customer-rev{
  width: 100%;
}