/* line 2, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_news.scss */
.news-item {
  padding: 0 2em; }

/* line 5, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_news.scss */
.news-item .subject {
  line-height: 1em;
  margin: 0;
  padding: 0;
  float: left; }

/* line 12, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_news.scss */
.news-item .author {
  text-align: right; }

/* line 16, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_news.scss */
.news-item .datetime {
  float: right;
  font-size: 0.8em; }

/* line 21, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_news.scss */
.news-item .body {
  clear: both;
  padding-top: 1em;
  border-top: 1px solid silver; }

/* line 27, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_news.scss */
.news-item .more {
  padding: 1em;
  text-align: center; }

/* line 32, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_news.scss */
.news-item + .news-item {
  margin-top: 3em;
  border-top: 1px solid silver;
  padding-top: 3em; }

/* line 38, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_news.scss */
#site-footer {
  border-top: 1px solid black;
  margin-top: 3em;
  min-height: 200px;
  background: #f0f0f0; }

@media only screen and (max-width: 767px) {
  /* line 46, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_news.scss */
  .news-item {
    padding: 1em 0;
    margin: 1em 0;
    border-top: none; }

  /* line 51, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_news.scss */
  .news-item img {
    max-width: 100%; } }
/* line 3, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_story.scss */
body.story #content {
  padding: 1em; }
/* line 6, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_story.scss */
body.story #content .boxleft {
  float: left;
  margin: 1em;
  max-width: 50%; }
/* line 11, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_story.scss */
body.story #content .boxright {
  float: right;
  margin: 1em;
  max-width: 50%; }
/* line 16, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_story.scss */
body.story #content .boxleft span,
body.story #content .boxright span {
  display: block;
  font-size: 0.8em; }
/* line 21, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_story.scss */
body.story center {
  clear: both; }
/* line 24, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_story.scss */
body.story #content.has-sidebar {
  margin-right: 25%; }
/* line 28, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_story.scss */
body.story #sidebar {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  font-size: 0.9em; }
/* line 35, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_story.scss */
body.story #sidebar .extra {
  margin: 1em; }
/* line 38, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_story.scss */
body.story #sidebar a:hover {
  color: red;
  text-decoration: underline; }
/* line 42, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_story.scss */
body.story object, body.story embed {
  display: block;
  max-width: 100%; }
@media only screen and (max-width: 767px) {
  /* line 47, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_story.scss */
  body.story #sidebar {
    position: static;
    width: 90%;
    margin: 1em auto; }
  /* line 52, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_story.scss */
  body.story #content.has-sidebar {
    margin-right: 0; } }

/* line 2, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_wiki.scss */
body.wiki .mw-editsection {
  display: none; }
/* line 4, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_wiki.scss */
body.wiki .toc,
body.wiki table {
  background: white;
  border: 1px solid black;
  margin-top: 1rem; }
  /* line 9, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_wiki.scss */
  body.wiki .toc td,
  body.wiki table td {
    padding: 1rem;
    vertical-align: top; }
/* line 14, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_wiki.scss */
body.wiki .toc {
  font-size: 11px;
  padding: 1rem; }
  /* line 17, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_wiki.scss */
  body.wiki .toc li + li {
    margin-top: 1em; }
  @media only screen and (min-width: 640px) {
    /* line 14, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_wiki.scss */
    body.wiki .toc {
      margin-left: 1rem;
      max-width: 300px;
      float: right; } }
/* line 28, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_wiki.scss */
body.wiki table.layout td {
  width: 50%; }
@media only screen and (max-width: 639px) {
  /* line 34, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_wiki.scss */
  body.wiki table.layout td,
  body.wiki tr,
  body.wiki td {
    width: 100%;
    display: block; } }
/* line 42, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_wiki.scss */
body.wiki .gallery {
  border: 1px solid #074986;
  list-style: none;
  margin: 0;
  padding: 1rem; }
  /* line 47, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_wiki.scss */
  body.wiki .gallery:after {
    clear: both;
    content: "";
    display: table; }
/* line 54, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_wiki.scss */
body.wiki .gallerybox {
  background: white;
  border: 1px solid #d2daf2;
  float: left;
  margin: 0.5rem;
  text-align: center;
  font-size: 11px; }
  /* line 61, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_wiki.scss */
  body.wiki .gallerybox img {
    border: 1px solid #444;
    margin: 0;
    padding: 0; }
/* line 68, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_wiki.scss */
body.wiki hr {
  clear: both; }
/* line 72, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/_wiki.scss */
body.wiki .floatleft {
  float: left;
  margin: 0.5rem; }

/* line 18, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 22, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
html {
  font-size: 16px; }

/* line 26, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
body {
  font-family: Verdana, "Deja Vu Sans", "Bitstream Vera Sans", Sans-Serif;
  font-size: 11px;
  padding-top: 32px;
  position: relative;
  background: url("/assets/images/scanlines-2.png"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') fixed, url("/assets/images/cover-art.jpg") no-repeat fixed center center/cover;
  background: url("/assets/images/scanlines-2.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.95))) fixed, url("/assets/images/cover-art.jpg") no-repeat fixed center center/cover;
  background: url("/assets/images/scanlines-2.png"), -moz-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.95)) fixed, url("/assets/images/cover-art.jpg") no-repeat fixed center center/cover;
  background: url("/assets/images/scanlines-2.png"), -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.95)) fixed, url("/assets/images/cover-art.jpg") no-repeat fixed center center/cover;
  background: url("/assets/images/scanlines-2.png"), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.95)) fixed, url("/assets/images/cover-art.jpg") no-repeat fixed center center/cover; }
  @media only screen and (min-width: 640px) {
    /* line 26, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
    body {
      font-size: 12px; } }
  @media only screen and (min-width: 980px) {
    /* line 26, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
    body {
      font-size: 13px; } }
  @media only screen and (min-width: 1200px) {
    /* line 26, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
    body {
      padding-top: 0;
      position: static; } }

/* line 49, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
body.menu-on, body.menu-on .site-menu-icon {
  left: 240px; }
/* line 52, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
body.menu-on .site-navigation {
  left: 0; }

/* line 57, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
a {
  text-decoration: none; }
  /* line 59, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
  a:hover {
    text-decoration: underline; }

/* line 64, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 69, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Serif; }

/* line 73, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
.site-menu-icon {
  background: black;
  color: white;
  line-height: 1em;
  font-size: 18px;
  padding: 0.5em;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  /* line 79, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
  .site-menu-icon:hover {
    cursor: pointer; }
  @media only screen and (min-width: 1200px) {
    /* line 73, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
    .site-menu-icon {
      display: none; } }

/* line 92, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
.site-content-wrapper {
  margin: 1rem;
  max-width: 1150px;
  position: relative;
  z-index: 0; }
  @media only screen and (min-width: 1200px) {
    /* line 92, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
    .site-content-wrapper {
      background: rgba(255, 255, 255, 0.85);
      -moz-box-shadow: 2px 1px 8px 2px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 2px 1px 8px 2px rgba(0, 0, 0, 0.15);
      box-shadow: 2px 1px 8px 2px rgba(0, 0, 0, 0.15); } }
  @media only screen and (min-width: 980px) {
    /* line 92, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
    .site-content-wrapper {
      margin: 2rem; } }
  @media only screen and (min-width: 1200px) {
    /* line 92, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
    .site-content-wrapper {
      margin: 2rem auto;
      padding: 0;
      -moz-border-radius: 1rem;
      -webkit-border-radius: 1rem;
      border-radius: 1rem;
      overflow: hidden; } }
  /* line 112, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
  .site-content-wrapper:after {
    clear: both;
    content: "";
    display: table; }

@media only screen and (max-width: 1199px) {
  /* line 119, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
  .site-navigation {
    position: fixed;
    top: 0;
    left: -240px;
    width: 240px;
    bottom: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.85); }
    /* line 128, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
    .site-navigation ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    /* line 133, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
    .site-navigation a {
      color: white;
      text-decoration: none;
      display: block;
      padding: 0.75em;
      font-size: 13px;
      font-weight: bold;
      background: url("/assets/images/scanlines-2.png"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZWJlYiIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
      background: url("/assets/images/scanlines-2.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(225, 235, 235, 0.9)), color-stop(100%, rgba(255, 255, 255, 0.5)));
      background: url("/assets/images/scanlines-2.png"), -moz-linear-gradient(rgba(225, 235, 235, 0.9), rgba(255, 255, 255, 0.5));
      background: url("/assets/images/scanlines-2.png"), -webkit-linear-gradient(rgba(225, 235, 235, 0.9), rgba(255, 255, 255, 0.5));
      background: url("/assets/images/scanlines-2.png"), linear-gradient(rgba(225, 235, 235, 0.9), rgba(255, 255, 255, 0.5)); }
      /* line 144, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
      .site-navigation a:hover {
        color: white;
        background: black;
        cursor: pointer; }
    /* line 150, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
    .site-navigation #close-menu {
      background: black;
      color: white;
      font-weight: normal; }
      /* line 154, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
      .site-navigation #close-menu:hover {
        color: black;
        background: white; } }
@media only screen and (min-width: 1200px) {
  /* line 119, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
  .site-navigation {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    float: left;
    padding: 1em;
    width: 240px;
    overflow: hidden; }
    /* line 168, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
    .site-navigation ul {
      background: rgba(255, 255, 255, 0.9);
      -moz-border-radius: 1em;
      -webkit-border-radius: 1em;
      border-radius: 1em;
      -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
      box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
      padding-top: 1rem;
      padding-bottom: 1rem;
      list-style: square; }
    /* line 176, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
    .site-navigation a {
      color: black;
      font-size: 11px;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 1.8em; } }

/* line 187, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
.site-header {
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url("/assets/images/scanlines-2.png"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2NDM2OCIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzQ5ODYiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url("/assets/images/top-art.jpg") no-repeat right bottom/cover;
  background: url("/assets/images/scanlines-2.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(54, 67, 104, 0.6)), color-stop(100%, rgba(7, 73, 134, 0.9))), url("/assets/images/top-art.jpg") no-repeat right bottom/cover;
  background: url("/assets/images/scanlines-2.png"), -moz-linear-gradient(rgba(54, 67, 104, 0.6), rgba(7, 73, 134, 0.9)), url("/assets/images/top-art.jpg") no-repeat right bottom/cover;
  background: url("/assets/images/scanlines-2.png"), -webkit-linear-gradient(rgba(54, 67, 104, 0.6), rgba(7, 73, 134, 0.9)), url("/assets/images/top-art.jpg") no-repeat right bottom/cover;
  background: url("/assets/images/scanlines-2.png"), linear-gradient(rgba(54, 67, 104, 0.6), rgba(7, 73, 134, 0.9)), url("/assets/images/top-art.jpg") no-repeat right bottom/cover;
  border-bottom: 2px solid #47588a; }

/* line 200, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
.site-logo {
  padding: 0.5rem 2rem;
  text-align: center; }
  /* line 203, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
  .site-logo img {
    width: 480px;
    vertical-align: top; }

/* line 209, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
.page-content {
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  margin: 0 auto;
  max-width: 910px;
  width: 100%;
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5); }
  @media only screen and (min-width: 640px) {
    /* line 209, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
    .page-content {
      padding: 2rem; } }
  @media only screen and (max-width: 1199px) {
    /* line 209, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
    .page-content {
      -moz-border-radius: 1rem;
      -webkit-border-radius: 1rem;
      border-radius: 1rem; } }
  @media only screen and (min-width: 1200px) {
    /* line 209, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
    .page-content {
      background: rgba(255, 255, 255, 0.75);
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      float: left;
      overflow: hidden;
      padding: 2rem 3rem; } }
  /* line 233, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
  .page-content h1 {
    margin-top: 0;
    padding-top: 0;
    border-bottom: 1px solid #efefef; }

/* line 240, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
.site-footer {
  background: url("/assets/images/scanlines-2.png"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2M2M2ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url("/assets/images/scanlines-2.png"), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #063c6e), color-stop(100%, #000000));
  background: url("/assets/images/scanlines-2.png"), -moz-linear-gradient(#063c6e, #000000);
  background: url("/assets/images/scanlines-2.png"), -webkit-linear-gradient(#063c6e, #000000);
  background: url("/assets/images/scanlines-2.png"), linear-gradient(#063c6e, #000000);
  border-top: 2px solid #47588a;
  color: white;
  font-size: 11px;
  padding: 2rem;
  position: relative;
  text-align: center;
  z-index: 1; }

@media only screen and (min-width: 1200px) {
  /* line 255, /home/james/src/chronocompendium.com/compendium-frontend/source/assets/stylesheets/all.scss */
  .hide-for-large-desktop-up {
    display: none; } }
