.ui-justify {
  text-align: justify;
  font-size: 0; }
  .ui-justify:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden; }
  .ui-justify li {
    display: inline-block;
    text-align: center; }
  .ui-justify p {
    font-size: 16px; }

.ui-justify-flex {
  width: 100%;
  display: -webkit-box;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between; }
