body {
padding: 10px 20px;
}
.inputs * {
display: block;
}
textarea {
border: 2px dashed black;
color: black;
font-size: 16px;
font-family: monospace;
height: 3in;
overflow: auto;
width: 100%;
margin-bottom: 5px;
}
table {
border-spacing: 5px 0;
}
table th {
text-align: right;
}
code {
padding: 0 3px;
background: #ddd;
font-size: 16px;
}
p strong + code {
margin-left: 3px;
}
code.error {
background: #f25;
}