@import url("https://cdn.simplecss.org/simple.min.css");

/* Pandoc adds its own title block; your homepage already has an `h1` in `<main>`. */
#title-block-header {
  display: none;
}

/* Make the News date column narrower than the text column */
main #news + table {
  table-layout: fixed;
}

main #news + table col:first-child {
  width: 7ch !important;
}

main #news + table col:last-child {
  width: auto !important;
}
