.flex-row{display:flex;flex-direction:row;justify-content:space-around;padding-bottom:10px}.flex-row.grid>*{padding-right:10px}.flex-row.grid>:last-child{padding-right:0}.flex-column{display:flex;flex-direction:column;justify-content:flex-start;padding-right:10px}.flex-column.grid>*{padding-bottom:10px}.flex-column.grid>:last-child{padding-bottom:0}.justify-between,.space-between{justify-content:space-between}.justify-center{justify-content:center}.justify-left{justify-content:flex-start}.align-center{align-content:center}