.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flex-2,.flex-3{-webkit-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2}.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.flex-pack-around{-webkit-justify-content:space-around;justify-content:space-around}.flex-pack-right{-webkit-justify-content:flex-end;justify-content:flex-end}.flex-wrap{-webkit-flex-wrap:wrap;-webkit-box-lines:multiple;-moz-flex-wrap:wrap;flex-wrap:wrap}
