dl.complex-raw {
  list-style-type: none;
  margin: 5px 0 10px 0;

  dl.complex-raw {
    // Only apply indent to nested complex types
    padding-left: 2ch;
  }

  dt {
    font-weight: bold;
  }
}
