.float-left {
	float: left;
	margin: 20px;
}

.float-end {
	clear: left;
	margin: 20px;
}
