.ltable,
.mtable {
  position: relative;
  display: table;
  width: 100%;
  padding: 0.5em;
}
.ltable .collapse,
.mtable .collapse {
  width: 100%;
}
.ltable .column,
.mtable .column {
  display: table-row;
}
.ltable .cell,
.mtable .cell {
  display: table-cell;
  width: auto;
  padding: 0.5em;
  vertical-align: middle;
  line-height: 120%;
}

@media only screen and (min-width: 768px) {
  .mtable {
    display: none;
  }
}
@media only screen and (max-width: 428px) {
  .ltable {
    display: none;
  }

  .mtable .cell {
    text-align: center;
  }
}

/*# sourceMappingURL=ltable.css.map */
