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

body.admin-menu.adminimal-menu::before {
    content: "";
    display: block;
    height: 0px;
    left: 0;
    top: 0;
    width: 100%;
}

/* Nodes */

.node {
  margin-bottom: 1em;
}

/* Comments */

.comment {
  margin-bottom: 1em;
}

/* Blocks */

.block {
  margin-bottom: 1em;
   position: relative;
}

