@charset "utf-8";
.cells-5 > div {
	float: left;
	width: 20%;
}
.cells-4 > div {
	float: left;
	width: 25%;
}
.cells-3 > div {
	float: left;
	width: 33%;
}
.cells-2 > div {
	float: left;
	width: 50%;
}
div.clr {
	float: none;
	clear: both;
}

