.kgm_gen_container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #444;
	border-width: 5px;
	border-color: orange;
}

.kgm_gen_mainbox {
	width: 1000px;
	box-shadow: 0 4px 80px rgba(0, 0, 0, 0.6);
	background-color: #fff;
	/*height: 1400px;*/
	border-color: green;
}

.kgm_gen_mainbox_dark {
	width: 1000px;
	box-shadow: 0 4px 80px rgba(0, 0, 0, 0.6);
	background-color: #aaa;
	/*height: 1400px;*/
	border-color: green;
	padding: 10px;
}

.kgm_gen_topline {
	background-color: #777;
	box-shadow: 0 0px 30px rgba(0, 0, 0, 0.35);
	padding-left: 15px;
	padding-top: 0px;
	/*padding-bottom: 6px;*/
	font-size: 19px;
	height: 45px;
	color: #eee;
	z-index: 10;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

.kgm_gen_text {
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 800px;
	font-size: 17px;
	color: #222;
}

.kgm_gen_center_mid {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.kgm_gen_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.kgm_gen_center_large {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.kgm_gen_center_vlarge_Old {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.kgm_gen_center_vlarge {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}

.kgm_gen_center_small {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
}

@media screen and (min-width: 1100px) {
	.kgm_gen_center {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}

	.kgm_gen_center_large {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
}

.kgm_gen_1 {
	font-weight: 800px;
	font-size: 23px;
	color: #555;
}

.kgm_gen_small {
    margin-left: 10px;
	font-weight: bold;
	font-size: 11px;
	color: #555;
}

.kgm_left_hostbox {
	top: 100px;
	overflow: auto;
	height: 640px;
	width: 500px;
}

.kgm_gen_flexbox {
	top: 100px;
	overflow: auto;
	display: flex;
}

.kgm_gen_leftbox {
	padding: 5px;
	top: 100px;
	width: 30%;
	min-width: 290px;
	/*border: 1px solid red;*/
}

.kgm_gen_leftbox_nopadding {
	padding: 0px;
	top: 100px;
	width: 30%;
	min-width: 290px;
	height: 400px;
	/*border: 1px solid red;*/
}

.kgm_gen_rightbox {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	/*border: 1px solid green;*/
}

.kgm_gen_tags {
	margin-top: 0px;
	margin-bottom: 20px;
}

.kgm_left_hostbox_small {
	margin-top: 0px;
	margin-bottom: 20px;
}

	.kgm_left_hostbox_small img {
		border-radius: 50%;
		margin-right: 10px;
		height: 40px;
		width: 40px;
	}

.kgm_left_hosttext_small {
	margin-top: 0px;
	margin-bottom: 20px;
	height: 200px;
}

.kgm_gen_hostimage_big img {
	float: left;
	height: 200px;
	border-radius: 50%;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.25);
}

.kgm_gen_hostText_big {
	height: 31px;
	font-weight: 600;
	font-size: 1.3em;
}

.kgm_gen_image_full {
	align-items: center;
	justify-content: center;
	padding-left: 50px;
	margin-bottom: 25px;
}

	.kgm_gen_image_full img {
		width: 90%;
		border-radius: 10px;
		box-shadow: 0 20px 30px rgba(0, 0, 0, 0.25);
	}

#kgm_table_vidoshoots {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 35px;
}

	#kgm_table_vidoshoots img {
		border-radius: 50%;
		margin-right: 10px;
		height: 40px;
		width: 40px;
	}

	#kgm_table_vidoshoots td, #customers th {
		border: 1px solid #ddd;
		padding: 2px;
	}

	#kgm_table_vidoshoots tr:nth-child(even) {
		background-color: #f2f2f2;
	}

	#kgm_table_vidoshoots tr:hover {
		background-color: #ddd;
	}

	#kgm_table_vidoshoots th {
		padding-left: 4px;
		padding-top: 2px;
		padding-bottom: 2px;
		text-align: left;
		background-color: #dbb741;
		color: white;
	}

.kgm_table_text {
	color: #333;
	font-weight: 450;
}

.kgm_videoshoot_text {
	font-size: 17px;
	font-weight: 550;
	color: #333;
}


#kgm_table_videolist {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 35px;
}

	#kgm_table_videolist img {
		border-radius: 25%;
		margin-right: 10px;
		height: 50px;
		width: 60px;
	}

	#kgm_table_videolist td, #customers th {
		border: 1px solid #ddd;
		padding: 2px;
	}

	#kgm_table_videolist tr:nth-child(even) {
		background-color: #f2f2f2;
	}

	#kgm_table_videolist tr:hover {
		background-color: #ddd;
	}

	#kgm_table_videolist th {
		padding-left: 4px;
		padding-top: 2px;
		padding-bottom: 2px;
		text-align: left;
		background-color: #dbb741;
		color: white;
	}

.kgm_table_videolist_img img {
	border-radius: 5%;
	margin-right: 10px;
	height: 60px;
	width: 60px;
}

#kgm_table_gen {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 35px;
}

	#kgm_table_gen td, th {
		border: 1px solid #ddd;
		padding: 2px;
	}

	#kgm_table_gen tr:hover {
		background-color: #ddd;
	}

	#kgm_table_gen th {
		padding-left: 4px;
		padding-top: 2px;
		padding-bottom: 2px;
		text-align: left;
		background-color: #dbb741;
		color: white;
	}

#kgm_table_entries {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

	#kgm_table_entries td, #flylog_table_entries th {
		border-collapse: collapse;
		border: 1px solid #ddd;
		padding-left: 4px;
		padding-right: 10px;
	}

	#kgm_table_entries tr:nth-child(even) {
		background-color: #f2f2f2;
	}

	#kgm_table_entries tr:hover {
		background-color: #ddd;
	}

	#kgm_table_entries th {
		font-size: 13px;
		padding-top: 2px;
		padding-bottom: 2px;
		text-align: left;
		background-color: #CCC;
		color: #222;
	}

	#kgm_table_entries td {
		font-size: 12px;
	}
