When doing something like this:
Left Div Right Div
Very useful thing have applied today in my project. One div had to be aligned right, with no floating applied.
Applying code made my goal achieved:
.div { margin-right: 0px; margin-left: auto; }