/**
 * @file
 * Content styles.
 */

/* Nodes */

.node {
  margin-bottom: 1em;
}

/* Comments */

.comment {
  margin-bottom: 1em;
}

/* Blocks */

.block {
  margin-bottom: 1em;
}

