Great! Glad you have it working.
Also, figured out a way to assign custom widths to MULTIPLE tables through IDs. Example below:
#wpsm-table-1 td:first-child{width:30% !important}
#wpsm-table-1 td:nth-child(2){width:15% !important}
#wpsm-table-1 td:nth-child(3){width:15% !important}
#wpsm-table-1 td:nth-child(4){width:40% !important}
#wpsm-table-2 td:first-child{width:25% !important}
#wpsm-table-2 td:nth-child(2){width:25% !important}
#wpsm-table-2 td:nth-child(3){width:50% !important}
#wpsm-table-2 td:first-child img{padding:0px}