body {
    background-color: #fafafa;
    font-size: 0.9em;
    line-height: 1.4em;
}

#container {
    background-color: white;
    margin: 0 auto;
    padding: 50px;
    width: 900px;
}

#input {
    border: 1px solid #888;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    height: 28px;
    padding: 1px 0.5em;
    outline: 0;
}

#output, #generate {
    background-color: black;
    color: white;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    padding: 8px 32px;
}

table {
    margin-bottom: 32px;
    width: 100%;
}

table thead {
    background-color: #f4f4f4;
    font-weight: bold;
}

table td {
    border: 1px solid #ccc;
    padding: 10px;
}

tbody tr:nth-child(even) td {
    background-color: #fcfcfc;
}

pre, code {
    background-color: #f4f4f4;
    border: 1px solid #ccc;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    color: #08c;
    font-size: 0.9em;
    padding: 0.25em 0.5em;

    white-space: pre;
}

a {
    color: #08c;
    text-decoration: none;
}

ul {
    padding-left: 18px;
}
