<style><!--
* {
 box-sizing: border-box;
}

.column {
 float: left;
 width: 50%;
 padding: 5px;
}
--></style>