/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */
/* line 12, ../sass/nodes.scss */
.node .submitted {
  color: #8f8f8f;
}

/* line 17, ../sass/nodes.scss */
.node-teaser {
  margin: 0 0 45px 0;
  padding: 0 0 55px 0;
  border-bottom: 1px solid #dfdfdf;
}

/* line 24, ../sass/nodes.scss */
.node-unpublished p.unpublished {
  /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: "Istok Web", Arial;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}
