table.prettytable{
  margin: 1em 1em 1em 2em;
  background: whitesmoke;
  border-collapse: collapse;
}
table.prettytable th, table.prettytable td {
  border: 1px slategray solid;
  padding: 0.25em;
}
table.prettytable th {
  background: lightsteelblue;
  text-align: left;
}
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

table.prettytable td.cellc{
  text-align: center;
}

table.searchtable{
  margin: 1em 1em 1em 2em;
  background: none;
  border: none;
}
table.searchtable th, table.prettytable td {
  padding: 0.25em;
}
