body {
font-family: sans-serif;
}
table.submit {
border-collapse: collapse;
border: 1px solid black;
}
table.submit th,
table.submit td {
border: 1px solid black;
padding: 0.2em;
vertical-align: top;
}
.error {
background: red;
color: white;
}
.warning {
background: yellow;
}
.pending {
color: grey;
}
dt {
font-weight: bold;
}