table {
  border: 1px solid black;
  border-collapse: collapse;
}
div.csvtable {
  overflow-x: auto;
}
table.vert td {
  border-left: 1px solid black;
  border-right: 1px solid black;
}
table.hpad td,
table.hpad th {
  padding-left: 2rem;
  padding-right: 2rem;
}
table td,
table th {
  text-align: left;
  padding: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
table tr.rule-before {
  border-top: 1px solid black;
}
table thead {
  border-bottom: 1px solid black;
  background-color: #007;
  color: white;
}
table tr:nth-child(even) {
  background-color: #ddd;
}
table.lnb td:first-child {
  white-space: pre;
}

/*** BLOCK SPECIALS ***/
table.keyboard-shortcuts {
  padding: 0.3rem;
}
table.keyboard-shortcuts td.comment {
  font-style: italic;
}
table.keyboard-shortcuts td.combo {
  font-family: monospace;
  min-width: 5em;
}
table.keyboard-shortcuts td.description {
}
