 /*Pop-up image size*/
.wwof-popup-product-images{
max-width:100%;
}

/* Table CONTAINER */
#wwof_product_listing_container {
width: 80%;
margin-left:auto; 
margin-right:auto;
}

/*Table ALL - this edit the table &amp; not the nav tools 
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
#wwof_product_listing_table {
width: 80%;
margin-left:auto; 
margin-right:auto;
}
xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/

/*Table Header*/
#wwof_product_listing_table th {
background-color: #02abe6;
color: white;
font-weight:bold;
padding: 15px;
border-bottom: 1px solid #ffffff;
}
 
/*Table Data*/
#wwof_product_listing_table td {
background-color: #e2e2e2;
padding: 15px;
border-bottom: 1px solid #ffffff;
}