/* Start of Removing Header Colour from table press */
.tablepress>:where(thead,tfoot)>tr>* {
    background-color: rgb(255 255 255 / 3%);;
}
/* End of Removing Header Colour from table press */

/* Start of Making tables responsive */
.responsive-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.responsive-table table {
  min-width: 550px; 
  border-collapse: collapse;
}
/* End of Making tables responsive */

/* Making swatches 20% border radius instead of 50% */
.iconic-was-swatches--round .iconic-was-swatch__graphic {
    border-radius: 20% !important;
}
/* End of Making swatches 20% border radius instead of 50% */