.tl {
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tl > * {
  display: table-cell;
}
