CSS:
dd { margin: -1.2em 4em 0 1em; }
This is the only CSS rule applied. The negative margin is pushing it more to the top on Safari th
I just ran into this using percentage based negative values for margin-top: they looked fine everywhere but mobile safari and mobile chrome. Changing the position from absolute to relative did the trick for me.