
.equal-height {
  display: table;
  width: 100%;
}
.equal-height-col {
  display: table-cell;
  padding: 2px;
}