.clearfloat:before,
.clearfloat:after {
	content: '';
	display: table;
}

.clearfloat:after {
	clear: both;
}

.rd-container,
.rd-cols {
	clear: both;
	position: relative;
}

.rd-container:before,
.rd-container:after,
.rd-cols:before,
.rd-cols:after {
	content: '';
	display: table;
}

.rd-container:after,
.rd-cols:after {
	clear: both;
}

.flexible-box {
	display: inline-block;
	max-width: 100%;
}

