quick to do ...
#HeadPanel { display: inline; width: 100%; } .HeadPanelElement { width: 10%; /* or padding: 10px; */ }
the real factor here is the display: inline; which will layout the div in a side by side fashion.