.col1 {
	float: left;
	width: 33.33%;
	padding: 10px;
	background-color: #aaa;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}
