I love this new plugin! But it was a little wide for my blog. The good news is that it was easily changed. I am not sure if this topic has been posted yet but I wanted to post it just in case...
For all the noobs out there...I wanted to share a CSS tip to change the width of the table by reducing the font size.
http://www.thefalseoswalds.com/community
To make all the text smaller, just add this anywhere to the "style.css" file that came with the plugin....
tbody {font-size:11px;}
To customize the links...
A:link {font-size:11px;}
A:visited {font-size:11px;}
I hope this helps.