
h1.kgm_script_topline {
	all: unset; /* Resets most styles */
	background-color: #777;
	/*box-shadow: 0 0px 30px rgba(0, 0, 0, 0.35);*/
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 39px;
	color: #eee;
	z-index: 10;
	font-size: 32px;
	font-weight: bold;
	display: block;
	/*margin-bottom: 10px;*/
}

.kgm_script_topline_smallfont {
	background-color: #777;
	/*box-shadow: 0 0px 30px rgba(0, 0, 0, 0.35);*/
	padding-left: 15px;
	padding-top: 0px;
	font-size: 15px;
	/*height: 22px;*/
	color: #eee;
	z-index: 10;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

h2.kgm_header_chapter {
	all: unset; /* Resets most styles */
	background-color: #555;
	box-shadow: 0 0px 30px rgba(0, 0, 0, 0.35);
	padding-left: 15px;
	margin-top: 30px;
	font-size: 26px;
	min-height: 45px; /* More flexible than height */
	color: #eee;
	z-index: 10;
	font-weight: bold;
	margin-bottom: 10px;
	display: block; /* Needed after 'all: unset' */
}

.kgm_header_subchapter {
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 20px;
	height: 45px;
	color: #444;
	z-index: 10;
	font-weight: Bold;
	margin-bottom: 10px;
}

.kgm_header_subchapter2 {
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 17px;
	height: 45px;
	color: #666;
	z-index: 10;
	font-weight: Bold;
	margin-bottom: 10px;
}