body {
    color: #eee;
    background-image: url('232323.png');
    background-repeat: repeat;
}

#wrapper {
    width: 100%;
    height: 100%;
    overflow: auto;
    margin-top: 1em;
}

#input, #output {
    font-family: Inconsolata;
    font-size: 16px;
}

#input {
    float: left;
    width: 35%;
}

#output {
    float: right;
    width: 60%;
}

.hljs {
    background: transparent;
