/* background issue description */

#immersion_content_main > .issue {
  background: #7E7873;
}

/* article page */

.article-page {
	background: #FFFFFF;
	color: black;
	a[href^="https"] {color: black;}
	}
	
a.author-string__href {
  color: black;
	}

a.modal-trigger {
	color: black;
}


.article__img {
	display: none;
}


/* 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;
}