/* ----------------------------------------------------------
 file: sagb.css

 Styles of terms and conditions for open courses.

 last update: 25.01.15 by Patricia Engelskirchen
 ---------------------------------------------------------- */


section[data-secttype='agb'] h3 span {
	font-weight: bold;
	margin-right: 20px;
	color: #000000;
}

section[data-secttype='agb'] h3:first-child:before {
	content: "\00a7";
}

section[data-secttype='agb'] p {
	max-width: 800px; /* for better readability in wide viewports */
}

section[data-secttype='agb'] ol {
	padding-left: 20px;
	list-style-type: decimal;
	max-width: 800px; /* for better readability in wide viewports */
}

section[data-secttype='agb'] ol li {
	padding-left: 10px;
}

section[data-secttype='agb'] ol li ol {
	list-style-type: lower-alpha;
}
