/* This was caused by adding the block Title to the View pages that weren't displaying a title. After adding these pages to Title, it displayed two titles, one H1 and one H2. This is a kluge to remove the h2 title from the same pages added to Title. */

#block-pagetitle h2 {
  display: none;
}