td.hcell {
  background: lightgrey;
  color: black;
  font-weight: bold;
}

table.vistable th {
  background: lightgrey;
  color: black;
  font-weight: bold;
  border: 1px solid black;
  padding: 3px;
  font-size: small;
}

table.vistable {
  border-collapse: collapse;
  border-spacing: 0;
}

table.vistable td {
  border: 1px solid black;
  padding: 3px;
}

table.texttable { 
  border: none;
}

table.texttable tr { 
  vertical-align: baseline;
  padding: 3px;
}