Is it possible to avail the second div to occupy the available space of the parent div without specifying manual width?
Here is the Fiddle for the tried demo.
.right_cnt {
display: table-cell;
background:#FFC;
}
NOTE: I need yellow box to occupy the available right space.