/* line 1, ../scss/storied.scss */
header,
.pushdowns,
.leftRailWrapper,
.article-footer,
.gum-gum-ad,
.site-footer,
.social-links {
  display: none;
}

/* line 11, ../scss/storied.scss */
.full-article {
  max-width: none;
}

/* line 15, ../scss/storied.scss */
#notTheHeader,
.wrapper,
.readingpane,
body {
  position: absolute;
  top: 0px;
  border: 0 !important;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0;
  margin: 0 !important;
  max-width: 100%;
  overflow: hidden;
}

/* line 31, ../scss/storied.scss */
.storied-iframe {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #000;
}

/* line 42, ../scss/storied.scss */
body.storied--has-header {
  top: auto;
  bottom: auto;
}
/* line 46, ../scss/storied.scss */
body.storied--has-header header {
  display: block;
}
/* line 50, ../scss/storied.scss */
body.storied--has-header .storied-iframe {
  top: 50px;
}

/*# sourceMappingURL=storied.css.map */