/* background issue description homepage */

#immersion_content_main > .issue {
  background: #43497C;
}

/* background issue article (optional) */

.article-page {
	background: #43497C;
	}

/* not displaying refs and heading (optional) 

h3.label:has(+ .references) {
    display: none;
}

.references {
	display: none;
}

*/

/* hides ToC on the homepage */

#index_issue > .issue-section {
	display: none;
}