body {
    text-align: center;
    color: #888888;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    font-family: Helvetica, arial, freesans, clean, sans-serif;
    font-size: 1em;
    margin: 0;
}

a {
    color: #666666;
}

p {
    margin: 5px;
}

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

td {
    padding: 0;
}

code {
    padding: 1px 5px 1px 5px;
    background-color: #eeeeee;
}

div#main {
    margin: 0px auto;
    max-width: 900px;
    text-align: left;

}

div#header {
    margin: 0em 0px 0.5em 0px;
    text-align: center;
}

div#header a {
    text-decoration: none;
}

div#result {
    width: 100%;
    min-height: 2em;
    text-align: left;
    padding: 8px;
    font-size: 14px;
    color: #666666;
    float: left;
    overflow: auto;
}

div#footer {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
}

.coll {
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
}

.collheader {
    height: 1em;
    text-align: center;
    padding: 0.3em;
    cursor: pointer;
}

.collcontent {
    padding: 1em;
    border-top: 1px solid #ccc;
    overflow: auto;
}

.collcontent .key_td {
    font-weight: bold;
    padding-right: 1em;
    width: 50px;
}

div#main table {
    width: 100%;
}

span.check {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    padding: 0 8px 0 8px;
    border: 1px solid #d4d4d4;
}

span.check:active {
    background-image: -moz-linear-gradient(#ffffd0, #ffff50);
    background-image: -webkit-linear-gradient(#ffffd0, #ffff50);
    background-image: linear-gradient(#ffffd0, #ffff50);
    background-repeat: repeat-x;
    background-color: #ffffa0;
}

span.check.checked {
    background-image: -moz-linear-gradient(#ffffd0, #ffffa0);
    background-image: -webkit-linear-gradient(#ffffd0, #ffffa0);
    background-image: linear-gradient(#ffffd0, #ffffa0);
    background-repeat: repeat-x;
    background-color: #ffffa0;
    color: #555555;
}

span#title {
    font-family: Helvetica, arial, freesans, clean, sans-serif;
    font-size: 5em;
    font-weight: bold;
    color: #444444;
    letter-spacing: -1px;
    text-align: center;
}

.round {
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
}

input#guess {
    width: 100%;
    margin-right: 5px;
    padding: 8px;
    max-width: 100%;
    font-size: 20px;
}

textarea#suggestions {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding: 8px;
    font-size: 20px;
}

label#suggest_label {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    font-size: 15px;
}

label#suggestions_label {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    font-size: 15px;
}

p#authorship {
    font-size: 12px;
}

div#indicator {
    display: none;
    text-align: right;
    padding-right: 10px;
    float: right;
}

div#result_string {
    display: inline;
    float: left;
}

div#info {
    width: 100%;
    padding: 8px;
    text-align: center;
}

td#left_slash {
    text-align: right;
}

td#right_slash {
    text-align: left;
}

input, textarea {
    border: 1px solid #555555;
    font-size: 14px;
    font-family: Helvetica, arial, freesans, clean, sans-serif;
    padding: 5px;
}

span.slash {
    display: inline;
    font-size: 42px;
    font-weight: bold;
    color: #666666;
    line-height: 58%;
}

span.match {
    padding: 1px 0px 1px 0px;
    background-color: #aaffaa;
    color: #227722;
}

td.slash {
    vertical-align: top;
    padding: 27px 5px 0 5px;
}

ul, ol, li {
    margin: 0;
    padding: 0;
}
