.no-flex {
	display: block;
}


.flex {
    display: flex;
    flex-wrap: wrap;
}

.fd-row {
  flex-direction: row;
}




.fjc-flex-end {
	justify-content: flex-end;
}



.fai-center {
	align-items:center;
}


.flex-end {
	align-items: flex-end;
}
