.inline-block {
	display: inline-block;
}

.floatleft,
.cross-sortable {
	float: left;
}

.clear {
	clear: both;
}