<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding-bottom: 40px;
}

textarea {
    resize: vertical;
    width: 100%;
}

#errors-container,
#warning-container {
    max-height: 300px;
    overflow: scroll;
}

#errors {
    font-family: monospace;
}

#credits{
    margin: 10px;
    font-family: sans-serif;
    font-style: italic;
    font-size: 12px;
    float: right;
}

#recent-instruction {
    font-family: monospace;
    font-size: 12px;
}

#recent-instruction .current {
    font-weight: bold;
    color: #0074D9;
}

#registers,
#memory {
    font-family: monospace;
    font-size: 11px;
    white-space: nowrap;
}

#registers td,
#memory td {
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-right: 3px;
}

#registers input.init-value {
    width: 70px;
    height: 1.5em;
    color: #777;
}

#memory-table {
    max-height: 600px;
}

</pre></body></html>