Hello!
Please try to put this css code –
#supsystic-table-1 {
box-shadow: 0px 0px 10px 2px #ccc;
}
where the values in box-shadow are –
1 – the horizontal offset of the shadow;
2 – the vertical offset of the shadow;
3 – the blur radius (optional), if set to 0 the shadow will be sharp, the higher the number, the more blurred it will be;
4 – the spread radius (optional), positive values increase the size of the shadow, negative values decrease the size. Default is 0 (the shadow is same size as blur);
5 – color of the shadow
Don’t forget to change the value of table ID.