Center align helper improvement
Created by: ianstormtaylor
Probably better to make:
margin: 0 auto;
into:
margin-right: auto; margin-left: auto;
to allow it to not overwrite other things?
Although you might argue that it should always be listed first, and the current setup enforces that.