html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1; }

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  quotes: none; }

pre, a, abbr, acronym, address, big, cite, code {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: line-through; }

dfn, em, font, img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

kbd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

q {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  quotes: none; }

s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ol, ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none; }

li, fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

:focus {
  outline: 0; }

body {
  font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  line-height: 18px;
  font-size: 12px; }

p {
  font-size: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h1 {
  font-size: 3em;
  line-height: 1em;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  text-align: center; }

h2 {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 1em; }

h3 {
  font-size: 1.5em;
  line-height: 1em; }

.box {
  padding: 10px;
  width: 500px;
  margin: auto;
  margin-bottom: 1.5em; }

.error {
  border: 1px solid red;
  background-color: #ffeeee; }

.js-only {
  display: none; }

.beta {
  font-size: 0.75em;
  color: gold;
  vertical-align: top; }

.center {
  text-align: center; }

#header {
  font-size: 2em;
  line-height: 1.5em;
  margin-top: 0;
  color: white;
  background-color: #444444;
  border-bottom: 5px solid #a72121; }

.container, #footer {
  width: 900px;
  margin: auto;
  overflow: auto;
  clear: both; }

.container {
  margin-bottom: 1.5em; }

#left {
  float: left;
  width: 475px;
  margin-right: 20px; }

#right {
  float: left;
  width: 405px; }

#footer {
  margin-top: 1.5em;
  text-align: center; }

#new_puzzle {
  font-size: 1em;
  width: 380px;
  margin: auto;
  padding: 0 10px; }
  #new_puzzle .option {
    margin-bottom: 5px; }
    #new_puzzle .option legend {
      float: left; }
    #new_puzzle .option .options {
      float: right;
      text-align: right; }
  #new_puzzle input[type="text"], #new_puzzle input[type="submit"] {
    font-size: 1.25em;
    margin: 5px auto; }
  #new_puzzle input[type="text"] {
    width: 168px;
    padding: 2px; }
    #new_puzzle input[type="text"]:nth-of-type(2n+1) {
      margin-right: 20px; }
  #new_puzzle input[type="submit"] {
    display: block;
    width: 250px;
    margin-top: 10px;
    padding: 0; }
  #new_puzzle input.errored {
    background-color: #ffeeee; }

#sample, #puzzle table {
  float: left;
  border-collapse: collapse;
  margin-right: 20px; }

#puzzle table {
  font-size: 0.5em;
  margin-left: 200px; }

#sample td, #puzzle td {
  font-size: 2.5em;
  width: 70px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid grey; }

.selected {
  background-color: green; }

.activated {
  background-color: green;
  color: white; }

#wordlist {
  float: left; }
  #wordlist li {
    padding-left: 20px;
    font-size: 1.5em;
    line-height: 1.5em; }
  #wordlist .completed {
    background-image: url("accept.png");
    background-repeat: no-repeat;
    background-position: 0px 7px;
    color: green; }
