.flex{display:flex}.flex-row-between{flex-flow:row nowrap}.flex-column-between,.flex-row-between{display:flex;justify-content:space-between;align-items:center}.flex-column-between{flex-flow:column nowrap}.flex-row{display:flex;flex-flow:row nowrap;align-items:center}.flex-column{display:flex;flex-flow:column nowrap}.flex-start{justify-content:flex-start;align-items:center}.flex-end{display:flex;justify-content:flex-end;align-items:center}.flex-around{justify-content:space-around;align-items:center}.flex-center{justify-content:center;align-items:center}.flex-row-wrap{display:flex;flex-flow:row;justify-content:flex-start;align-items:center;flex-wrap:wrap}.aself-start{align-self:flex-start}.flex-1{flex:1}.flex-2{flex:2}