.flex-row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex-col{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.justify-start{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.justify-end{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.justify-sp-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.justify-sp-betwn{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.flex-align-content-stretch{-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-align-content-center{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.flex-align-items-stretch{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.flex-align-items-start{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.flex-align-items-end{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.flex-base-child{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto}.flex-base-child-stretch{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto}.ex_container{border-radius:4px;background-color:#eee}.expand_marg{margin:16px 0}