BODY {
  padding: 0;
  margin: 0;
  font: 1em sans-serif;
}

TABLE#Books {
  border-collapse: collapse;
}

TABLE#Books THEAD TD {
  white-space: nowrap;
  font-weight: bold;
  padding: 0.3em 1.2em 0.3em 0.6em;
  background-color: #E5E5E5;
}

TABLE#Books THEAD TD.st_Sortable {
  cursor: pointer;
}

TABLE#Books THEAD TD.st_Sorted {
  font-weight: bold;
  background-color: #FC9;
}

TABLE#Books TD {
  border: #eee 1px solid;
  vertical-align: top;
}

TABLE#Books THEAD TD.st_Sortable span {
  border-bottom: 1px dashed #555555;
}

TABLE#Books THEAD TD.st_sortable div {
  margin-left: 0.8em;
  margin-top: -1.3em;
  position: relative;
  text-align: right;
  width: 100%;
  font-size: 1.1em;
  font-weight: normal;
}

* html TABLE#Books THEAD TD.st_Sortable div {
  left: 0.8em;
}

TABLE#Books TBODY TD {
  padding: 0.2em 1em 0.2em 0.5em;
  font-size: 0.85em;
  line-height: 1.3;
}

.read {
  background-color: #FFF3DD;
}

span.editor {
  color: #ada;
  margin-left: 1px;
  margin-right: 1px;
}

TABLE#Books THEAD TD#Translate {
  text-align: center;
  padding: 0.1em 0.4em 0 0.3em;
  width: 1em;
  font-size: 1.2em;
  font-weight: normal;
}

TABLE#Books THEAD TD#Translate A {
  text-decoration: none;
}

p.original {
  margin-top: 0.1em;
  font-size: 0.85em;
  color: #aaa;
}

p.translate {
  margin-bottom: 0;
}