#wppm_wc_order_item_table{
    border-spacing: 0;
    width: 100%;
    clear: both;
    margin-top: 10px;
    display: table;
    border-collapse: separate;
    color: #444;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    max-width:100%;
}

#wppm_wc_order_item_table th{
    border-bottom: 1px solid #555c64;
    line-height: 2.2em;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    display: table-cell;
    vertical-align: inherit;
    color: #444;
    width:2.2em;
    padding:0 0 0 3px;
  }
#wppm_wc_order_item_table td{
    vertical-align: middle;
    padding: 5px 0 5px 2px;
    width: 2.2em;
    color: #32373c;
    font-weight: 400;
    text-align: left;
    line-height: 1.3em;
    font-size: 14px;
    display: table-cell; 
    white-space: normal;
  }
  #wppm_wc_order_item_table tbody{
    word-wrap: break-word;
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    background-color: #ffffff;
    color: #444;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    white-space: normal;
  }
  #wppm_wc_order_item_table tr:hover{
    cursor: pointer;
  }
  #wppm_wc_order_item_table tr{
    display: table-row;
    vertical-align: middle;
  }