Help with layout in wikipedia viewer

Why the test search box sticking to random button

http://codepen.io/AronStone/pen/gwYBAv?editors=1100

In your stylesheet, switch the order of lines 29 and 30.

margin-top:40px;
margin:auto;

should be

margin:auto;
margin-top:40px;