/*
 Upstanding Citizen by Brett Terpstra
 Modified for Cheaters by Brett Terpstra, 2012 <http://brettterpstra.com>
 Non-standard fonts used:
  * ArmataRegular
  * League Gothic
  * Fjord
  * Inconsolata
 Download @font-face kits from <http://www.fontsquirrel.com/fontface> and place woff versions in a "fonts" directory relative to the document path.
*/
@font-face {
  font-family: 'ArmataRegular';
  src: url("fonts/Armata-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LeagueGothic';
  src: url("fonts/League_Gothic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fjord';
  src: url("fonts/FjordOne-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inconsolata';
  src: url("fonts/Inconsolata-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  -webkit-font-smoothing: antialiased;
  font: normal .8764em/1.5em ArmataRegular, Helvetica, Arial, Verdana, sans-serif;
  margin: 0;
  -webkit-transition: background .3s ease-out; }

body, #wrapper {
  -webkit-transform-origin-y: 0;
  -webkit-perspective: 1000; }

html > body {
  font-size: 16px; }

li {
  font-size: 110%;
  margin: 8px 0; }
  li li {
    font-size: 100%; }
  li p {
    font-size: 100%;
    margin: 0.5em 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: ArmataRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal; }

h4, h5, h6 {
  font-weight: 700; }

h1 {
  color: #000;
  line-height: 1em;
  margin: 0.6563em 0; }

h2 {
  color: #111;
  font-size: 2.7143em;
  line-height: 1.2em;
  margin: 0.875em 0; }

h1, h2, h3 {
  text-align: center;
  padding: 0.3em 0; }

h2, h3 {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #dddddd; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #003057; }

h2:before {
  content: "\2015 ";
  font-weight: normal;
  color: #aaaaaa; }
h2:after {
  content: " \2015";
  font-weight: normal;
  color: #aaaaaa; }

h3 {
  color: #111;
  font-size: 1.5em;
  line-height: 1.2em;
  margin: .9em 0;
  font-weight: 700; }

h4 {
  color: #111;
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0.3em 0; }

h5 {
  color: #111;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0.3em 0; }

h6 {
  font-size: 1em;
  line-height: 1em;
  margin: 1.3em 0; }

body, p, div {
  color: #222;
  font-family: ArmataRegular, "Georgia", serif;
  word-wrap: break-word; }

a, span {
  -webkit-transition: color .2s ease-in-out;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: #333333; }

li {
  -webkit-transition: color .2s ease-in-out;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: #333333; }
  li > span {
    color: #777; }

a:hover {
  color: #3593d9; }

.footnote {
  color: #0d6ea1;
  font-size: .8em;
  vertical-align: super; }

#message {
  padding: 0;
  position: absolute;
  left: 10px;
  top: 40px; }
  #message p {
    padding: 0;
    margin: 0;
    color: #777 !important;
    font-size: 14px; }
    #message p kbd {
      font-family: menlo, monaco, monospace;
      font-size: 16px; }

#wrapper img {
  max-width: 100%;
  height: auto; }

dd {
  margin-bottom: 1em; }

li > p:first-child {
  margin: 0; }

ul ul, ul ol {
  margin-bottom: 0.4em; }
ul ul {
  list-style: disc; }
  ul ul ul {
    list-style: square; }
    ul ul ul ul {
      list-style: circle; }

caption, col, colgroup, table, tbody, td, tfoot, th, thead, tr {
  border-spacing: 0;
  font-family: ArmataRegular,Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 24px; }

caption {
  display: table-caption;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: ArmataRegular;
  word-spacing: .2em;
  background: rgba(0, 0, 0, 0.75);
  color: #EEE;
  padding: 4px;
  -webkit-border-radius: 4px;
  margin: 4px 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35); }

col {
  display: table-column; }

colgroup {
  display: table-column-group; }

tbody {
  display: table-row-group; }

tfoot {
  display: table-footer-group; }

table {
  margin-bottom: 2em;
  padding: 0;
  font-size: 16px;
  border-collapse: collapse;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  width: 98%;
  margin: 0 auto 2em auto; }
  table th, table td {
    padding: 10px 10px 9px;
    line-height: 18px;
    text-align: left; }
  table th {
    padding-top: 9px;
    font-family: ArmataRegular;
    font-size: 16px;
    font-weight: normal !important;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap; }

tr.divider {
  padding-top: 9px;
  font-family: ArmataRegular;
  font-size: 16px;
  font-weight: normal !important;
  text-transform: uppercase;
  vertical-align: middle; }

table {
  border: 1px solid #ddd;
  border-collapse: separate;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  table td {
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 15px !important; }
  table tbody th {
    border-top: 1px solid #ddd;
    vertical-align: top; }
  table th + th, table td + td, table th + td {
    border-left: 1px solid #dddddd; }
  table thead tr:first-child th:first-child, table tbody tr:first-child td:first-child {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0; }
  table thead tr:first-child th:last-child {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0; }
  table tbody tr:first-child td:last-child {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0; }
  table tbody tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px; }
  table tbody tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0; }

tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.03); }

tr:nth-child(1n+2) th {
  text-transform: none; }

table td a {
  font-weight: normal;
  color: #333333;
  border-bottom: 1px dotted #999; }

figure {
  display: inline-block;
  margin-bottom: 1.2em;
  position: relative;
  margin: 1em 0; }

figcaption {
  font-style: italic;
  text-align: center;
  background: white;
  color: #444;
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 98%;
  padding: 1%;
  -webkit-transition: all 0.2s ease-in-out; }

ul {
  list-style: circle; }

.poetry pre {
  display: block;
  font-family: Georgia, Garamond, serif !important;
  font-size: 110% !important;
  font-style: italic;
  line-height: 1.6em;
  margin-left: 1em; }
  .poetry pre code {
    font-family: Georgia, Garamond, serif !important; }

blockquote p {
  font-size: 110%;
  font-style: italic;
  line-height: 1.6em; }

sup, sub, a.footnote {
  font-size: 1.4ex;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: super; }

sub {
  vertical-align: sub;
  top: -1px; }

p {
  font-size: 1.1429em;
  line-height: 1.3125em;
  margin: 1.3125em 1em; }

dt, th {
  font-weight: 400; }

dt {
  font-weight: 600; }

table tr:nth-child(odd), table th:nth-child(odd), table td:nth-child(odd) {
  background: rgba(255, 255, 255, 0.06); }
table tr:nth-child(even), table td:nth-child(even) {
  background: rgba(0, 0, 0, 0.06); }

@media print {
  body {
    overflow: auto; }

  img, pre, blockquote, table, figure {
    page-break-inside: avoid; }

  .footnotes {
    page-break-before: always; }
    .footnotes hr {
      display: none; }

  #wrapper {
    background: #fff;
    color: #303030;
    padding: 10px !important;
    position: relative;
    text-indent: 0; } }
pre, code {
  color: #666;
  font-family: Inconsolata,Menlo,Monaco,monospace;
  font-size: 18px;
  font-weight: 300 !important;
  text-align: left;
  margin: 2em 0;
  font-weight: normal; }

tt {
  color: #666;
  font-family: Inconsolata,Menlo,Monaco,monospace;
  font-size: 16px;
  font-weight: bold !important;
  text-align: left;
  margin: 2em 0;
  font-weight: normal;
  display: block;
  margin: 1.5em 0;
  line-height: 1.5; }

span.amp {
  font-family: Baskerville,Palatino,"Book Antiqua",serif;
  font-style: italic; }

code {
  background: #fff;
  border: 1px solid #ddd;
  padding: 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #222222; }

pre code {
  border: 0;
  padding: 0 !important; }

@media screen {
  ::selection {
    background-color: rgba(101, 207, 255, 0.3); }

  h1::selection {
    background-color: rgba(45, 156, 208, 0.3); }

  h2::selection {
    background-color: rgba(90, 182, 224, 0.3); }

  h3::selection, h4::selection, h5::selection, h6::selection {
    background-color: rgba(133, 201, 232, 0.3); }

  code::selection {
    background-color: #333;
    color: #eeeeee; }
  code span::selection {
    background-color: #333333 !important;
    color: #eeeeee !important; }

  a::selection {
    background-color: rgba(255, 230, 102, 0.5); }

  td::selection, th::selection, caption::selection {
    background-color: rgba(180, 237, 95, 0.5); }

  .inverted {
    background: #252a2a; }
    .inverted #wrapper {
      background: #252a2a; }

  .inverted .inner {
    border: 1px solid rgba(200, 200, 200, 0.3) !important; }
  .inverted ul {
    color: rgba(200, 200, 200, 0.3); }
  .inverted li {
    list-style-type: disc; }
  .inverted hr {
    border-color: rgba(51, 63, 64, 0.5) !important; }
  .inverted p, .inverted td, .inverted li, .inverted h1, .inverted h2, .inverted h3, .inverted h4, .inverted h5, .inverted h6, .inverted th, .inverted .math, .inverted caption, .inverted dd, .inverted dt, .inverted span {
    color: #eeeeee !important; }
  .inverted h2, .inverted h3 {
    border-color: rgba(200, 200, 200, 0.3); }
  .inverted pre {
    background: #444;
    border: 1px solid rgba(200, 200, 200, 0.3);
    padding: 10px;
    color: #fff; }
  .inverted code {
    background: #444;
    border: 1px solid rgba(200, 200, 200, 0.3);
    padding: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #eee;
    text-indent: 0; }
  .inverted pre code {
    color: #ddd;
    border: none !important; }
  .inverted dd pre {
    border: 1px solid rgba(200, 200, 200, 0.3);
    padding: 4px; }
  .inverted table, .inverted section {
    border: 1px solid rgba(200, 200, 200, 0.3) !important; }
  .inverted table tr:nth-child(odd), .inverted table th:nth-child(odd), .inverted table td:nth-child(odd) {
    background: 0; }
  .inverted td, .inverted th {
    border: 1px solid rgba(200, 200, 200, 0.3); }
  .inverted a {
    color: #acd1d5; } }
#wrapper {
  margin: 0 auto;
  padding: 0 10px; }

dd {
  padding-left: 10px;
  margin: 5px 0 15px 5px; }

article {
  margin: 0;
  padding: 0; }
  article .inner {
    margin: 0;
    padding: 0; }

.inner dt {
  font-weight: bold;
  margin-top: 1.5em 0;
  padding: 0; }
.inner pre {
  font-size: 0.9em;
  overflow: auto;
  border-top: 3px double #C7C7C7;
  border-bottom: 3px double #C7C7C7;
  padding: 0.5em 0;
  letter-spacing: -1px; }

article {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 100%; }

.inner {
  margin: 10px;
  width: 95%; }
  .inner h4 {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: LeagueGothic;
    word-spacing: .2em;
    background: rgba(0, 0, 0, 0.75);
    color: #EEE;
    padding: 4px 0;
    -webkit-border-radius: 4px;
    margin: 0 0 4px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
    text-align: center; }

#menu {
  position: fixed;
  width: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  background: rgba(245, 245, 245, 0.85);
  padding: 0;
  -webkit-user-select: none; }
  #menu #nav {
    margin: 0 0 10px 0;
    padding: 0;
    margin-right: 30px;
    box-sizing: border-box; }
    #menu #nav li {
      display: block;
      float: left;
      margin: 0 0 2px 0; }
      #menu #nav li.active a {
        color: #000;
        -webkit-transform: scale(1.1); }
    #menu #nav a {
      font-weight: 700;
      display: block;
      padding: 1px 5px;
      margin: 2px 2px;
      line-height: 1.5;
      color: #777;
      transition: all .05s ease-in-out;
      font-family: ArmataRegular,Helvetica,Arial,sans-serif;
      font-weight: 300;
      font-size: 12px; }
      #menu #nav a:hover {
        color: #444; }

#container {
  float: left;
  clear: both;
  margin: 20px 0 10px;
  width: 100%; }

table {
  width: 100%; }

tr td:first-child {
  font-family: ArmataRegular,Helvetica,sans-serif;
  font-weight: bold; }
tr.divider {
  background: #fff; }
  tr.divider td {
    border-top: dashed 1px #aaaaaa !important;
    font-family: ArmataRegular;
    font-weight: normal;
    background: #ccc;
    font-size: 1em !important;
    text-transform: none;
    text-align: left !important; }

.wg {
  text-align: center;
  width: 50px; }

iframe {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0; }

#closeiframe {
  position: fixed;
  height: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  color: #333; }
  #closeiframe p {
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    padding: 0;
    margin: 0; }
  #closeiframe a {
    display: block;
    width: 100%;
    padding-top: 10px;
    height: 40px;
    margin: 0; }

img#contrast {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 15px;
  height: 15px; }

.half {
  width: 45%;
  min-width: 400px;
  float: left;
  clear: right; }
  .half.left {
    margin-right: 10px;
    clear: left; }
  @media only screen and (max-width: 825px) {
    .half {
      width: 100%;
      clear: right; }
      .half.left {
        margin-right: 0; } }

.demo {
  clear: both;
  font-size: .9em;
  float: left;
  margin: 10px 0 0;
  background: #e4f9ff;
  padding: 2px 8px;
  border-radius: 8px;
  width: 100%; }

input#goto {
  position: fixed;
  top: 50px;
  right: 20px;
  z-index: 9999;
  padding: 10px;
  width: 100px;
  outline: none;
  border: solid 14px #efefef;
  border-radius: 15px;
  opacity: .9; }

.topbar {
  position: fixed;
  width: 100%;
  background: #eee;
  z-index: 999; }

#container {
  background: white; }

.inverted .topbar {
  background: #222; }
.inverted #container {
  background: #2e3333; }

@media only screen and (max-width: 600px) {
  #container img {
    max-width: 800px; } }
@media only screen and (max-width: 480px) {
  #menu {
    /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */ }
    #menu select {
      width: 100%;
      padding: 10px 12px;
      margin: 0;
      border-radius: 0px;
      -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
      box-shadow: none;
      background: #666;
      color: #fff;
      border: none;
      outline: none;
      display: inline-block;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer;
      font-size: 16px; } }
  @media only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 0) {
    #menu select {
      padding-right: 18px; } }
@media only screen and (max-width: 480px) {
    #menu label {
      position: relative; }
    #menu label:after {
      content: '<>';
      font: 16px "Consolas", monospace;
      color: #aaa;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      right: 8px;
      top: -2px;
      padding: 0 0 2px;
      border-bottom: 1px solid #ddd;
      position: absolute;
      pointer-events: none; }
    #menu label:before {
      content: '';
      right: 6px;
      top: 0px;
      width: 20px;
      height: 20px;
      background: #666;
      position: absolute;
      pointer-events: none;
      display: block; } }
@media only screen and (min-width: 480px) {
  .multicolumn #wrapper {
    min-width: 300px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    max-width: none;
    padding: 0; }
  .multicolumn #menu {
    position: fixed;
    width: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    background: rgba(245, 245, 245, 0.85);
    padding: 0;
    -webkit-user-select: none; }
  .multicolumn #container {
    float: none;
    clear: none;
    margin: 0;
    width: auto;
    padding: 110px 0 10px 10px;
    column-count: 3;
    overflow: scroll;
    position: fixed;
    height: 85vh;
    column-width: auto; }
  .multicolumn h1 {
    color: #111;
    font-size: 1.5em;
    line-height: 1.2em;
    margin: .9em 0;
    font-weight: 700;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #dddddd;
    text-align: center;
    padding: 0.3em 0;
    font-family: ArmataRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #111;
    font-size: 1.5em;
    line-height: 1.2em;
    margin: .9em 0;
    font-weight: 700;
    position: fixed;
    top: 20px;
    z-index: 100;
    left: 0;
    right: 0; }
  .multicolumn.inverted h1 {
    border-color: rgba(200, 200, 200, 0.3); }
  .multicolumn h2:first-of-type, .multicolumn h3:first-of-type {
    -webkit-column-break-before: avoid; }
  .multicolumn table {
    -webkit-column-break-inside: avoid; }
  .multicolumn h2, .multicolumn h3 {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: ArmataRegular;
    word-spacing: .2em;
    background: rgba(0, 0, 0, 0.75);
    color: #EEE;
    padding: 4px;
    -webkit-border-radius: 4px;
    margin: 4px 0;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
    -webkit-column-break-before: always; }
  .multicolumn h4 {
    color: #333;
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 0.3em 0;
    /* background: #777; */
    padding: 4px;
    border-radius: 4px; }
  .multicolumn p {
    font-size: 1em;
    line-height: 1.3125em;
    margin: 1.3125em 1em; } }

@-webkit-keyframes beat {
  100% {
    background-color: rgba(208, 203, 153, 0.5); } }
caption.active, th.active, h1.active, h2.active, h3.active, h4.active, h5.active, h6.active, strong.active, em.active {
  -webkit-animation-name: beat;
  -webkit-animation-duration: .2s;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-direction: alternate;
  -webkit-animation-fill-mode: forwards; }

div#toc {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  right: 10px;
  top: 65px;
  border: 2px solid #ccc;
  z-index: 2000;
  min-width: 250px;
  border-radius: 4px; }
  div#toc ul {
    list-style-type: none;
    padding: 0 1em; }
    div#toc ul a {
      color: #333;
      display: inline-block;
      }
  div#toc input {
    float: left;
    width: 100%;
    margin: 0 0 .5em 0;
    box-sizing: border-box;
    border: 0;
    font-size: 15px;
    padding: 5px;
    line-height: 1.2;
    color: #333;
    font-family: ArmataRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: 0;
    border-bottom: solid 1px #ddd; }
    div#toc input:focus {
      background: rgba(250, 250, 161, 0.25); }

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