html {
    height: 90%;
}

body {
    font: 12pt Arial;
    background-color: #EEE;
    height: 100%;
}

#content {
    position: relative;
    width: 80%;
    height: 100%;
    overflow-y: auto;
    margin: 1em auto;
    padding: 0;
    background-color: #FFF;
    box-shadow: 0 0 3px #CCC;
}

.links {
    font-size: 10pt;
}

.editor {
    position: absolute;
    width: 45%;
    top: 0;
    bottom: 0;
    left: 0;
    padding: .5em;
    margin: 0;
    border: 0;

    font-size: 10pt;
    color: #333;

    outline: none;
    resize: none;
}

.compiled {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 45%;

    margin: 0;
    padding: .5em;

    font-size: 10pt;
    background-color: #FCFCFC;
}

.compiled code {
    background-color: #F0F0E0;
}
