img.documentation,
img.documentation-max {
    display: block;
    max-width: 600px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 6px solid #f0f0f0;
    border-radius: 12px;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: .5em;
}
img.documentation-max {
    max-width: 80%;
}

table.error-codes {
    border-collapse: collapse;
}
table.error-codes th,
table.error-codes td {
    border: solid 1px #e0e0e0;
    padding: .5em;
}
table.error-codes th {
    background-color: #c0c0e0;
    color: #404040;
}
table.error-codes tr.shaded td {
    background-color: #f9f9ff;
}
