@sp33dy You should look up the JavaFX 8 CSS Reference so you get a better understanding of how the TableView is actually realized. On top of that, use the built in Layout Debugger or Scenic View to inspect your scene graph. This will help you a lot, as you can also see what classes are applied to what elements. This makes targeting stuff with CSS much much simpler.