  @charset "UTF-8";
/* CSS Document 
General style overrides for story pages
*/

#menu-primary {
	display: none !important;
}
.content-block {
	/*padding-left: 0 !important;
	padding-right: 0 !important;
	max-width: none !important;*/
}
.evergreen-chapter-divider {
	width: 30px; 
	height: 30px; 
	border-radius: 15px; 
	background: url(https://www.uu.nl/cmfiles/huisstijl/evergreens/evergreen-chapter-divider-icon.svg) top left;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	margin: 0 auto;
}

@media screen and (max-width: 799px) {
	.evergreen-chapter-divider {
		width: 20px; 
		height: 20px; 
		border-radius: 10px; 
		background-size: 20px 20px;
	}
}

@media screen and (min-width: 800px) {
	.evergreen-chapter-divider {
		width: 30px; 
		height: 30px; 
		border-radius: 15px; 
		background-size: 30px 30px;
	}
}
