html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

html, body {
  background: #222;
  font-family: "Courier New", Courier, monospace;
  font-size: 36px; }

#cr-stage {
  margin-left: auto;
  margin-right: auto; }

#begin, #try-again {
  position: absolute; }
  #begin a, #try-again a {
    color: #7d7568; }

#begin {
  left: 894px;
  cursor: pointer; }
  #begin a:hover {
    color: #e9efd3; }

#try-again {
  bottom: 20px;
  right: 20px; }

#dialogue_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000; }

#dialogue {
  padding: 20px;
  color: #7d7568; }

.highlight {
  color: #e9efd3; }
