

#directions {
    width: 90%;
    clear: both;
    padding: 0 1em;
    margin: 0 1em;
}

#directions p {
    font-family: "Liberation Serif", serif;
    font-style: italic;
}

#inputarea {
    clear: both;
    padding: 1em;
    margin: 1em;
}

#results {
    clear: both;
    font-family: monospace; /* Use a fixed-width font */
    width: 80%;
    /* white-space: pre-wrap;  /\* Preserve line breaks and spaces *\/ */
    margin-top: 0.5em;
}
