div.wrapper {
  clear: both;
  width: 100%;
  height: auto;
  overflow: auto;
  display: block;
  margin-bottom: 2em;
}

.node div.wrapper h4 {
  margin-top: 0;
}

html.CSS1Compat div.wrapper {
  outline: 1px solid red;
}