/* H1 = Bok */
div.container-cic-content section header.H1 { 
	font-size: 300%;
}

/* H2 = Del */
div.container-cic-content section header.H2 { 
	font-size: 200%;
	margin: 1em 0 0.5em 0;
	position: relative;
	text-shadow: 0 -1px rgba(0,0,0,0.6);
	background: #355681;
	background: rgba(53,86,129, 0.8);
	border: 1px solid #fff;
	padding: 5px 15px;
	color: white;
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
}

/* H3 = Seksjon */
div.container-cic-content section header.H3 { 
	font-size: 170%;
	margin: 1em 0 0.5em 0;
	position: relative;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	color: #355681;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(53,86,129, 0.3);
}

/* H4 = Avsnitt */
div.container-cic-content section header.H4 { 
	font-size: 150%;
	padding: 5px 15px;
	border: 1px solid rgba(53,86,129, 0.3);
	border-radius: 10px;
}

/* H5 = Kapittel */
div.container-cic-content section header.H5 { 
	font-size: 120%;
	margin: 1em 0 0.5em 0;
	position: relative;
	text-shadow: 0 -1px rgba(0,0,0,0.6);
	background: #355681;
	background: rgba(53,86,129, 0.8);
	border: 1px solid #fff;
	padding: 5px 15px;
	color: white;
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
}

/* H6 = Artikkel */
div.container-cic-content section header.H6 { 
	font-size: 110%;
	margin: 1em 0 0.5em 0;
	position: relative;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	color: #355681;
	border-bottom: 1px solid rgba(53,86,129, 0.3);
}

