I have tried now several things (and looked around here) and nothing worked so far. So I am going to ask.
What I want:
I have the following
min-width in combination with width:100% seems to work in firefox and chrome:
tr { td:first-of-type { width: 100%; } td:last-of-type { min-width: 200px; } }