.flex{display:flex}.flex-column{display:flex;flex-direction:column}.flex-center{align-items:center;justify-content:center}.basis-xs{flex-basis:20%}.basis-sm{flex-basis:40%}.basis-df{flex-basis:50%}.basis-lg{flex-basis:60%}.basis-xl{flex-basis:80%}.flex-sub{flex:1}.flex-twice{flex:2}.flex-treble{flex:3}.flex-direction{flex-direction:column}.flex-wrap{flex-wrap:wrap}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.align-center{align-items:center}.align-stretch{align-items:stretch}.self-start{align-self:flex-start}.self-center{align-self:center}.self-end{align-self:flex-end}.self-stretch{align-self:stretch}.align-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.retate180{transform:rotateY(180deg)}.width-full{width:100%}.height-full{height:100%}.relative{position:relative}.absolute{position:absolute}.no-left{left:0}.no-right{right:0}.no-top{top:0}.no-bottom{bottom:0}.margin-r-30{margin-right:30px}.margin-l-30{margin-left:30px}.pointer{cursor:pointer}