.my_column {
	float: left;
	width: 50%;
}

/* Clear floats after the columns */
.my_row:after {
	content: "";
	display: table;
	clear: both;
}

