Resize gauges

Now that I have the gauges up and working, I would like to resize them and align them in rows of two. Could anyone point me in the right direction to get this information?

You just need to edit the HTML and CSS.
The gauge sizes are defined in the gauges-ss.css file.
The arrangement is by nested

's. There is a
for each row, then each gauge is wrapped in a
, you just need to create some more ‘row’ divs, and then move the ‘gauge’ divs around.