.content {
  background: lightgray;
  height: 0;
  overflow: hidden;
}

#content-h-restricted {
  width: 200px;
}

.content.m-width {
  width: 0;
}

#content-w-restricted {
  height: 50px;
}

#content-w-min {
  min-height: 50px;
}

#content-closed-height {
  height: 30px;
}

.different-open-class {
  background: black;
  color: white;
}

#content-h-starting {
  height: auto;
}