I noticed a bug I would like to suggest for when the next update comes out
The %bar1 and %bar2 div tags have native setting of width 100%. I suggest removing it - it causes bars to break out of the table that holds them when border is applied (image below)
In essence the bar becomes 100% wide + whatever border gets specified. Div tags take up 100% of the available space anyway
Easily rectifiable with CSS insert for now