.animelist th.status {
  border-right-style: none;
}
.animelist th.number {
  border-left-style: none;
}

.animelist .status {
  min-width: 0.25rem;
  padding: 0;
}
.animelist .number {
  text-align: right;
}
.animelist .title {
  text-align: left;
}
.animelist .score {
  text-align: center;
}
.animelist .type {
  text-align: center;
}
.animelist .progress {
  text-align: right;
}

.animelist td.number,
.animelist td.score,
.animelist td.progress {
  font-family: var(--monospace);
  /* font-size: 0.75rem; */
  font-size: 0.875rem;
  padding: 0 0.5rem 0 0.5rem;
  line-height: 0;
}

.animelist td.title,
.animelist td.type {
  /* font-size: 0.875rem; */
  font-size: 1rem;
  padding: 0 0.5rem 0 0.5rem;
  line-height: 1.3;
}

.animelist td.title a {
  text-decoration: none;
}

.animelist td.title a:hover {
  text-decoration: underline;
}
