Thanks for the reply…
Page link is:
https://www.myfinancialzone.com/administration-jobs/
This is the code I wrote under Plugin Options tab –> Custom CSS field:
.tablepress-id-3 .column-1 {
width: 40px;
border: 1px solid #ffcc00;
}
.tablepress-id-3 .column-2 {
width: 150px;
border: 1px solid #ffcc00;
}
.tablepress-id-3 .column-3 {
width: 100px;
border: 1px solid #ffcc00;
}
.tablepress-id-3 .column-4 {
border: 1px solid #ffcc00;
}
.tablepress-id-3 .column-5 {
width: 80px;
border: 1px solid #ffcc00;
}