/* Episode listing: borderless table, title same size as date, title is a link. */
table.quarto-listing-table,
table.quarto-listing-table thead,
table.quarto-listing-table th,
table.quarto-listing-table td,
table.quarto-listing-table tr {
  border: none;
  background: transparent;
}
table.quarto-listing-table thead {
  display: none;
}
table.quarto-listing-table th,
table.quarto-listing-table td {
  padding: 6px 12px 6px 0;
  font-size: 1rem;
  font-weight: normal;
  vertical-align: baseline;
}
table.quarto-listing-table a {
  color: #2563eb;
  text-decoration: none;
}
table.quarto-listing-table a:hover {
  text-decoration: underline;
}
