.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;  
  content: " ";
}

.row:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
