input.button {
    padding: 0;
    width: 6em;
}

input.double { width: 10.2em; }

table tr th {
    font-weight: normal;
    text-align: left;
}

textarea#stack,
textarea#stackHex { width: 210px; }



.input {
    background-color: #f0f0f0;
    font-family: monospace;
    text-align: right;
    width: 210px;
}

.stack {
    color: gray;
    font-family: monospace;
    text-align: right;
}



#no-javascript {
    color: red;
    font-weight: bolder;
}

#status { color: red; }
