It looks nice but the headers all run together like this:
idfirstNamelastNameage
I
Check the generated HTML and find the table it has created. Check the ID of the table. With the id, add following lines to your CSS. This worked for me when all else failed..
#YourTableIdFoo th , #YourTableIdFoo td { padding-right: 1em; }