
.ff_row
{
	display: table;
	width: 100%;
}

.ff_col
{
	display: table-cell;
	vertical-align: top;
}
