/* wikitable/prettytable class for skinning normal tables */

table {
  background: #ffffff;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}

table th {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
  background: #f2f2f2;
  text-align: center;
}

table td {
  padding: 0.2em;
}

table caption {
  margin-left: inherit;
  margin-right: inherit;
}

/* fix toc */
table#toc,
table.toc {
  border-collapse: separate;
}

