table.chart {
  width: 100%;
  border-collapse: collapse;
}

table.chart tr.minHeight {
  height: 30px;
}

table.chart td {
  padding: 3px;
  vertical-align: middle;
  /* @@15 border: 1px dotted #C7C7A9; */
}

table.chart tr.a {
  background-color: white;
}

table.chart tr.b {
  background-color: #FAF9F5;
}

table.chart .rank {
  text-align: center;
  /* @@15 border-right: 1px solid #C7C7A9; */
  font-weight: bold;
  width: 25px;
}

table.chart .dir {
  /* @@15 border-right: 1px solid #C7C7A9; */
  width: 20px;
}

table.chart .thumb {
  text-align: center;
  width: 50px;
  height: 38px;
}

table.chart .thumb img {
  border-bottom: 1px solid #C7C7A9;
  border-right: 1px solid #C7C7A9;
  max-width: 35px;
  max-height: 35px;
}

table.chart .dir {
  text-align: center;
}

table.chart .title {
  padding-left: 10px;
}

table.compact td {
  padding: 2px;
  letter-spacing: -1px;
}

table.compact td.rank {
  width: auto;
}

table.compact td.dir {
  width: auto;
}

table.compact .title {
  padding-left: 3px;
}

table.compact a {
  color: black;
  text-decoration: none;
}

table.compact a:hover {
  text-decoration: underline;
}
