.d-table{
  display: table;
  width: 100%;
  border: none;
}
.d-tr{
  display: table-row;
}
.d-td{
  display: table-cell;
  border: none;
  vertical-align: middle;
}
