I\'m trying to have something like this:
|--------------fixed width---------------| Title1 .......................... value1 Title2 ................... another valu
for this you need to change the html structure like this
html
Title value
and here is the css for .center span
.center span
.center { text-align: center; border-bottom: 1px dotted blue; display:block; }
jsFiddle File