I have a generic form, which I\'d like to style to align the labels and the input fields. For some reason when I give a width to the label selector, nothing happens:
I believe labels are inline, and so they don't take a width. Maybe try using "display: block" and going from there.