/* Zebra striping */
.filings-list > li:nth-child(even) > a {
  background: #f9f9f9;
}

/* Hover/focus must always win (even rows too) */
.filings-list > li:nth-child(even) > a:hover,
.filings-list > li:nth-child(odd) > a:hover,
.filings-list > li:nth-child(even) > a:focus,
.filings-list > li:nth-child(odd) > a:focus {
  background: #f7e5b7 !important;
  text-decoration: underline;
}
/* One main page title (can be modest, not huge) */
.page-title {
  font-size: 1.0rem;   /* adjust to taste */
  line-height: 1.2;
  margin: 0.25rem 0 0.75rem;
}

/* Smaller section header */
.section-title {
  font-size: 1.05rem;   /* slightly smaller than page title */
  line-height: 1.2;
  margin: 1rem 0 0.5rem;
}
.page-title { font-size: 1.1rem; }
.section-title { font-size: 1rem; }