html {
    width: 100%;
    height: 100%;
    background-color: #FAFAFA;
}

iframe {
    width: 100%;
    height: 100%;
}

pre {
    border: 0;
    white-space: pre-line;
    white-space: pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
}

textarea {
    border: 0;
    width: 100%;
    height: 100%;
    resize: none;
    font-size: 14px;
    font-family: monospace;
    background-color: #FAF9F6;
}

.qt-interact-table {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: 85%;
}

.qt-interact-td {
    width: 50%;
}
