.literature-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
  font-size: 0.8rem;
}

.literature-table td {
  padding: 15px;
  vertical-align: top;
}

.literature-table .year {
  width: 80px;
  font-weight: bold;
  font-size: 1rem;
}

.literature-table tr:not(:last-child) td {
  border-bottom: 1px solid #ccc;
}

.entry-link {
  color: #0066cc;
  text-decoration: none;
}

.entry-link:hover {
  text-decoration: underline;
}
