#placenamestable {
  border: solid black thin;
}

td.textheader {
  width: 20px;
  border: solid black thin;
  text-align: center;
  font-weight: bold;
}

td.originheader{
  width: 60px;
  border: solid black thin;
  text-align: center;
  font-weight: bold;
}

td.meaningheader{
  width: 40px;
  border: solid black thin;
  text-align: center;
  font-weight: bold;
}

td.exampleheader{
  width: 30px;
  border: solid black thin;
  text-align: center;
  font-weight: bold;
}

td.positionheader{
  width: 20px;
  border: solid black thin;
  text-align: center;
  font-weight: bold;
}

td.commentsheader {
  width: 200px;
  border: solid black thin;
  text-align: center;
  font-weight: bold;
}

td.text {
  width: 20px;
  border: solid black thin;
  text-align: center;
}

td.origin{
  width: 60px;
  border: solid black thin;
  text-align: center;
}

td.meaning{
  width: 40px;
  border: solid black thin;
  text-align: center;
}

td.example{
  width: 30px;
  border: solid black thin;
  text-align: center;
}

td.position{
  width: 20px;
  border: solid black thin;
  text-align: center;
}

td.comments {
  width: 200px;
  border: solid black thin;
  text-align: center;
}

td.licence {
  text-align: center;
  font-weight: bold;
}

#source {
  text-align: center;
}

#sourcestable {
  border: solid black thin;
}

td.siteheader {
  width: 100px;
  border: solid black thin;
  text-align: center;
  font-weight: bold;
}
td.urlheader {
  width: 200px;
  border: solid black thin;
  text-align: center;
  font-weight: bold;
}
td.site {
  width: 100px;
  border: solid black thin;
  text-align: left;
}
td.url {
  width: 200px;
  border: solid black thin;
  text-align: left;
}

td.add {
   width: 80px;
}