body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 13px;
  background: #777;
}

body {
  height: auto;
  
  /* MSIE hack */
  text-align: center;
  padding-bottom: 1em;
}

#content, #links {
  margin: 2em;
  
  /* escape MSIE hack */
  text-align: left;
}

#content {
  background: #fff;
  border: 0;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  
  padding: 1em 2em;
  font-family: arial, helvetica, sans-serif;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  letter-spacing: .1em;
  text-transform: lowercase;
  color: #5c4033;
  float: left;
  margin-right: 25px;
}

#links {
  margin-top: 1em;
}

#links a, #description, #change-quiz-description, #change-option-count-description, #change-quiz-mode, #change-quiz-parts, #options-link {
  font-family: times, 'Times New Roman', serif;
  text-decoration: none;
  text-transform: lowercase;
  font-variant: small-caps;
}

#description {
  margin-top: 1.75em;
}

#links a {
  border: 1px dashed #222;
  padding: 0.35em 0.6em;
}

#links a:hover {
  background: yellow;
  color: #222;
}

#change-quiz-description, #change-option-count-description, #change-quiz-mode, #change-quiz-parts {
  margin-bottom: .1em;
}

#options-link {
  font-size: 1.25em;
  font-weight: bold;
}

/* By default, don't show any options */
#options {
  display: none;
}

.mode {
  font-size: .9em;
  margin-right: 2em;
}

.mode {
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: .9em;
}

#flash {
/*  font-family: times, 'Times New Roman', serif;
  margin-top: 1.2em;
  margin-bottom: 1.5em;
  background: #F5F5DC;
  color: #600;
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 1.25em;
  padding: .05em;
  padding: .65em;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
*/
  display: block;
  border: 1px solid #222;
  border-left: 0;
  border-right: 0;
  color: #222;
  padding: 0.5em 1em;
}

#flash.wrong {
  background: #FFE4E1;
  border-color: #a00;
}

#flash.correct {
  background: #CCFFCC;
  border-color: #0a0;
}

#flash strong, #flash em {
  font-size: 1.75em;
  color: #600;
  font-style: normal;
  font-weight: bold;
}

#flash strong:before, #flash strong:after, #flash em:before,  #flash em:after {
  content: '"';
  font-weight: normal;
  color: #222;
}

/*
#flash span {
  background: #f5f5f5;
}
*/

#progress-summary {
  font-size: .9em;
  font-family: times, 'Times New Roman', serif;
  font-style: italic;
  margin-bottom: 0;
}

#word {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 0;
  margin-top: .1em;
  margin-bottom: .5em;
}

a:link, a:visited {
  background: #fff;
  color: #5c4033;
}

a:hover {
  background: #5c4033;
  color: #fff;
}

#options-link a:link, #options-link a:visited {
  text-decoration: none;
} 

#options-link a:hover {
  color: #5c4033;
  background: #fff;
  text-decoration: underline;
}

.choice-text {
  font-size: 1.1em;
}

#tiger {
  text-align: right;
  color: #222;
  font-family: times, 'Times New Roman', serif;
  width: auto;
  background: #F5F5DC;
  padding: .65em;
  padding-left: 1em;
  padding-right: 1em;
  border: 3px dashed #858585;
  border: 2px dashed #000;
  font-size: .9em;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.1em;
}

#tiger em {
  font-style: normal;
  color: #777;
  color: #600;
  /* border-bottom: 1px dashed #888; */
  text-transform: lowercase;
  font-variant: small-caps;
}

label {
  display: block;
  background: #ddd;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-bottom: 1em;
  padding: 0.75em 1em;
}

label:hover {
  background: yellow;
}

label:last-child {
  margin-bottom: 0;
}

input[type=submit] {
  border: 2px solid #888;
  background: #fff;
    border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0.5em 1em;
  font-weight: bold;
  color: #444;
  background: #ddd;
}


