Topic: Please will someone check this small bit of css for me?

Using the 'Author Column Mod' I managed to add a new column to my viewforum.php - my problem is that the end column is quite cramped and is forcing text over three lines. I edited a few of the percentage values but it didnt seem to do anything. Would someone be able to make the end column bigger for me, and make the 1st column (not the post icon, but the topic title area) smaller.

Here is my code:

/****************************************************************/
/* 6. TABLE SETUP */
/****************************************************************/

/* 6.1 Table Basic Setup */

.pun TABLE {WIDTH: 100%}

/* 6.2 Fixed Table Setup */

#punindex TABLE, #vf TABLE {TABLE-LAYOUT: fixed}

.tcl {TEXT-ALIGN: left; WIDTH: 57%}

/* MOD AUTHOR COLUMN - 1 FOLLOWING LINE MODIFIED */
.tc3 {WIDTH: 9%; TEXT-ALIGN: center}

/* MOD AUTHOR COLUMN - 1 FOLLOWING LINE ADDED */
.tc2, .tcmod  {WIDTH: 7%; TEXT-ALIGN: center}9%; TEXT-ALIGN: center}

.tcr {WIDTH: 16%; TEXT-ALIGN: right}

#punsearch #vf .tcl, #punmoderate #vf .tcl {WIDTH: 41%}

#punsearch #vf .tc2 {WIDTH: 18%; TEXT-ALIGN: left}

.tcl, .tcr {OVERFLOW: HIDDEN}

/* 6.3 Other Table Setup */

#users1 .tcl {WIDTH: 40%}

#users1 .tcr {WIDTH: 25%}

#users1 .tc2 {WIDTH: 25%; TEXT-ALIGN: left}

#users1 .tc3 {WIDTH: 10%; TEXT-ALIGN: center}

#debug .tcr {WIDTH: 85%; WHITE-SPACE: normal}

#punindex TD.tcr SPAN.byuser {DISPLAY: block}

Thanks,
Will