* { box-sizing: border-box; }
body {
  border: 0; margin: 0;width: 100%; min-height: 100%; overflow-y: scroll;
  font-family: "Open Sans", sans-serif; font-size: 16px;
  background-color: white; color: #444;
  display: flex; flex-wrap: nowrap; justify-content: center;
}
main {
  max-width: 1000px; flex-grow: 1; padding: 10px;
}
h1 { font-size: 24px; font-weight: bold; font-family: inherit; }

table.errorList { border-spacing: 0; white-space: pre-wrap; margin-bottom: 100px; }
table.errorList td.description { border-bottom: 1px solid #555; padding-bottom: 8px; font-style: italic; }
table.errorList tr th { border-bottom: 1px solid #555; padding-bottom: 8px; text-align: left; }
table.errorList td.code {
  border-bottom: 1px solid #555; padding: 8px 20px 0 0; font-weight: bold; font-family: monospace; }
table.errorList td.id { padding: 8px 0 8px 0; }
table.errorList td.text { padding-bottom: 8px; }