/* line 1, ../scss/_main.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 9, ../scss/_main.scss */
body {
  background-color: #fff; }

/* line 13, ../scss/_main.scss */
.falsify {
  display: inline-block;
  color: transparent;
  width: 0px;
  height: auto; }

/* line 22, ../scss/_main.scss */
#flowcontrol #goback {
  position: absolute;
  top: 12px;
  right: 123px;
  font-style: italic;
  cursor: pointer; }
/* line 32, ../scss/_main.scss */
#flowcontrol #fullreset {
  font-weight: bold;
  left: 50px;
  position: absolute;
  top: 10px;
  color: orangered;
  cursor: not-allowed; }
/* line 41, ../scss/_main.scss */
#flowcontrol #challenge {
  position: absolute;
  top: 12px;
  width: 300px;
  right: 250px;
  text-align: right;
  font-weight: bold;
  color: plum;
  cursor: pointer; }

/* line 53, ../scss/_main.scss */
#initial {
  width: 500px;
  height: 100px;
  margin-top: -50px;
  margin-left: -250px;
  position: absolute;
  top: 50%;
  left: 50%; }
  /* line 62, ../scss/_main.scss */
  #initial input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 5px; }
  /* line 71, ../scss/_main.scss */
  #initial #begin {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-weight: bold;
    cursor: pointer; }

/* line 83, ../scss/_main.scss */
#wikicounter {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  width: 170px; }

/* line 93, ../scss/_main.scss */
#wikimaster {
  background: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  right: 230px;
  bottom: 30px;
  padding: 10px 20px;
  overflow: scroll; }
  /* line 106, ../scss/_main.scss */
  #wikimaster h2 {
    font-size: 1.5em;
    margin-top: 1em;
    color: black;
    background: none;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 1px solid #aaa; }
  /* line 120, ../scss/_main.scss */
  #wikimaster h3 {
    font-weight: bold;
    font-size: 1.17em;
    color: black;
    background: none;
    margin: 0;
    overflow: hidden;
    padding-top: .5em; }
  /* line 132, ../scss/_main.scss */
  #wikimaster a {
    padding: 6px 4px 0 4px;
    border-color: bisque;
    border-style: solid;
    border-width: 0;
    border-bottom-width: 4px;
    color: inherit; }
    /* line 141, ../scss/_main.scss */
    #wikimaster a:hover {
      background-color: bisque;
      text-decoration: none; }
  /* line 147, ../scss/_main.scss */
  #wikimaster a.image {
    border-bottom-width: 0; }
    /* line 150, ../scss/_main.scss */
    #wikimaster a.image:hover {
      background-color: transparent; }
  /* line 156, ../scss/_main.scss */
  #wikimaster .thumb a, #wikimaster .logo a {
    border-bottom-width: 0; }
    /* line 159, ../scss/_main.scss */
    #wikimaster .thumb a:hover, #wikimaster .logo a:hover {
      background-color: transparent; }
  /* line 165, ../scss/_main.scss */
  #wikimaster .thumb .thumbcaption a, #wikimaster .logo .thumbcaption a {
    border-bottom-width: 4px; }
    /* line 168, ../scss/_main.scss */
    #wikimaster .thumb .thumbcaption a:hover, #wikimaster .logo .thumbcaption a:hover {
      background-color: bisque; }
  /* line 175, ../scss/_main.scss */
  #wikimaster p {
    margin: 0.5em 0; }
