/* easy clearing */
.clear:after, .itemsListElement:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clear, .itemsListElement {
	display: inline-block;
}
/*\*/
.clear, .itemsListElement {
	display: block;
}
/* end easy clearing */
