/**
 * @file
 * TOC tree styling
 */

/**
 * Add border to tree when displayed within a node
 */
.node .toc-tree {
  border: 1px solid #ccc;
  padding: 0 1em;
  margin: 1em 0;
}
