I'v a table and I want to set length of the first column because it's a description.
Due to some reason the snippet below is not working in Firefox and IE. It is working fine in Chrome.
.tblFooter td:nth-child(3) {
width:100px !important;
}
.tblFooter td:first-child {
width: 450px !important;
text-align: left;
}