For the alignment, find this

stylesheet.css (line 277)
.wrapperAttribsOptions {
margin: 0.3em 0;
}
Change to
margin: 0 0 0.6em;
which puts all the margin at the bottom.


These rules will keep the fraction text from moving too far to the right. Change the text from Width Fraction to " Wide and adjust the measurements as required.

#wAttrib-3 , #wAttrib-5 {width: 24em;} /*limit float-right distance*/
#wAttrib-3 h4, #wAttrib-5 h4 {float: right;} /*move fraction text*/