/* REVIEW */
.criterium-1834 { display: none; }

.header_criterium{
	margin: 0 0 8px;
	color: #2980b9;
}
.header_criterium::after{
	content: '';
	background: #2980b9;
	height: 2px;
	width: 40px;
	top: 5px;
	position: relative;
	display: block;
}

/* REGISTER */
.header-title_group:first-of-type{
	margin-top: 0;
}
.header-title_group{
	color:#538bc4;
	margin-top: 8px;
}
.header-title_group::after{
	content: '';
	background: #538bc4;
	display: block;
	width: 7%;
	position: relative;
	top: 5px;
	height: 2px;
}

#presentingAuthorBox { display: none; }