When trying to nest two divs inside another div with different margins, the second one always aligns according to the first one. For example, if we have divs named 'first' and 'second', we might want a layout like this:
second
first
However, what I'm getting is more like this:
this second
You can see an example of this issue by visiting this fiddle.