.row::before,
.row::after {
  display: table;
  content: " ";
}
.panel-body::before,
.panel-body::after {
  display: table;
  content: " ";
}
.panel-body::after {
  clear: both;
}
