.table-ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 93%;
  margin: 0 0 0 1em;
ˇˇpadding: 0;
}
.table-ul li {
  display: table-cell;
  vertical-align: middle;
}