/* Immersion */
.main-header {
  background-color: #ffff;
}
/* Indivizualized */
.header-desktop-inner {
  background: #ffff;
}
.article-section-references {
	display: none;
}
/*Order in Index*/
.issue-summary-link h3 {
  display: flex;
  flex-direction: column;
}
.issue-summary-title {
  order: 1; 
}
.issue-summary-vol {
  order: 2;
}
.issue-summary-year {
  order: 3;
}
/*Order in Details*/
.issue-toc-identification {
  display: flex;
  flex-direction: column;
}
.issue-toc-title {
  order: 1;
}
.issue-toc-vol {
  order: 2;
}
.issue-toc-year {
  order: 3;
}
/*Order in Archive*/
.issue-summary-header h3 {
  display: flex;
  flex-direction: column;
}
.header-mobile-inner{
  background: #FFF;
}
@media (min-width: 920px) {
.issue-summary-year {
	font-size: 3rem;
}
.issue-summary-title {
	font-size: 3rem;
	font-weight: 700;
}
.issue-summary-vol{
	font-weight: 700;
}
.issue-toc-year {
	font-size: 3rem;
}
.issue-toc-title {
	font-size: 3rem;
	font-weight: 700;
}
.issue-toc-vol{
	font-weight: 700;
}
}