.box { display: inline-block; padding: 5px; } #left-box { width: 84%; float: left; } #right-box { width: 14%; float: right; text-align: center; }