#instruction-area {
    height : 75px;
    max-height: 430px;
}

#instruction-field {
    height: 45px;
    max-height: 400px;
    overflow: hidden;
}

.pre {
    display: block;
    font-weight: bold;
    white-space:pre-wrap;
    margin: 1em 0;
}

.table td {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}