/* Recent Orders Homepage Table*/
.oltew-order-list-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  white-space: nowrap;
 }

td.order_count {
    text-align: center;
}
.status_odd{
  padding: 3px 5px;
  color: #fff;
  border-radius: 5px;
}
.st_completed {
    background: #0fe401;
}

.st_processing{
    background: #00a9ff;
}
.st_on-hold{
    background: #ffa100;
}

.st_cancelled{
    background: #ff0000;
}

.st_faild{
    background: #ff0000;
}