body {
  background-color: white;
  /* Trebuchet-based sans serif stack */
  font-family: sans-serif;
  padding: 1em 1em 2em;
  margin: 0;
}

body a {
  color: inherit;
}

body #wrapper {
  max-width: 600px;
  margin: 0 auto;
}

body #wrapper #tweet {
  text-align: center;
}

body #wrapper #tweet a {
  display: block;
  color: blue;
  font-weight: bold;
  margin: 25px 5px 5px;
  text-transform: uppercase;
  font-size: 1.75;
}

body #wrapper #tweet .info {
  color: #888;
}

body #wrapper #content_all {
  border: 2px solid #888;
  padding: 5px;
  margin: 10px 0;
  font-size: 20px;
  line-height: 1.5em;
  font-family: monospace;
}

body #wrapper header h1 {
  margin: 0;
}

body #wrapper header #subtitle, body #wrapper header #subtitle a {
  color: #888;
  line-height: 1.3;
  font-size: 17px;
}

body #wrapper header table {
  width: 100%;
}

body #wrapper header table #tools {
  padding: 1em 0;
  text-align: right;
}

body #wrapper header table #tools button {
  padding: 10px;
  background-color: #3bc478;
  color: white;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
}

body #wrapper footer {
  margin-top: 20px;
  color: gray;
  line-height: 1.5;
  font-size: 1em;
  color: #777;
}

body #wrapper footer a {
  color: #444;
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */