.no-display-flex {
	display:block;
	clear:both;
}
.clear-right{
	clear:right;
}
.clear-left{
	clear:left;
}
.clear {
    clear: both;
}