.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

ul {
  margin: 0; }

code * {
  font-family: monospace, serif; }

pre {
  margin: 0; }

html, body {
  height: 100%; }

* {
  font-family: 'Gafata', sans-serif; }

.container {
  width: 800px;
  margin: 0 auto; }

footer {
  margin-top: 2.3em !important;
  padding: 20px 0;
  border-top: 1px solid #D6D6D6; }
  footer p {
    font-size: 1em;
    margin: 0;
    line-height: 1.4em; }
    footer p a {
      color: #089be4; }

.pure-button {
  font-size: 110%;
  font-weight: 600;
  color: white;
  padding: .5em 1.5em .65em;
  border-radius: 8px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.button-stats {
  font-size: 50%; }

.pure-button-secondary {
  background: #42b8dd; }

.pure-button-success {
  background: #1cb841; }

.pure-button-error {
  background: #E43030; }

.pure-button-large {
  font-size: 150%; }

h1 {
  text-align: center;
  position: relative;
  font-size: 2.3em; }
  h1 a {
    color: #000;
    text-decoration: none; }
  h1 .pure-button {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 40%;
    font-weight: 100;
    color: #444;
    padding-bottom: 0.5em;
    position: absolute;
    top: 6px;
    right: 0;
    text-shadow: none; }

h2 {
  text-align: center;
  margin: 1.3em 0 .7em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2.1em; }

table {
  margin: 0 auto; }
  table td {
    padding: 7px 10px;
    font-size: 1.2em;
    font-family: Helvetica, Arial, sans-serif; }
    table td:first-of-type {
      text-align: right;
      font-weight: 400; }
    table td:last-of-type {
      text-align: left;
      font-weight: 100; }

.hero-unit {
  position: absolute;
  height: 100%;
  width: 100%;
  display: table; }
  .hero-unit .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .hero-unit h1 {
    font-size: 2.4em;
    margin: 0; }
  .hero-unit p {
    font-size: 1.3em;
    margin: .7em 0 1.3em; }

.status {
  text-align: center;
  margin-bottom: .7em; }
  .status span {
    font-size: 1.4em;
    padding: 0 8px; }

.answers ul {
  padding: 0;
  list-style: none;
  text-align: center; }
  .answers ul li {
    display: inline-block;
    margin: 0 7px; }
.answers h2 {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle; }

.gameover {
  margin-top: 50px;
  text-align: center; }
  .gameover h3 {
    font-size: 1.8em; }
  .gameover img {
    margin-top: 40px;
    max-width: 100%; }
