.kgm_gen_container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  border-width: 5px;
  border-color: orange;
}

.kgm_gen_mainbox {
  max-width: 1100px;
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.6);
  background-color: #fff;
  /*height: 1400px;*/
  border-color: green;
}

.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: #555;
}

.kgm_gen_1 {
  font-weight: 800px;
  font-size: 23px;
  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%;
}

.kgm_gen_rightbox {
  margin-left: 20px;
  padding-left: 55px;
}

.kgm_gen_tags {
  margin-top: 0px;
  margin-bottom: 20px;
}

.kgm_left_hostbox_small {
  display: flex;
  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 {
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
}

.kgm_gen_hostimage_big img {
  float: left;
  height: 300px;
  border-radius: 50%;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.25);
}

.kgm_gen_hostText_big {
  height: 300px;
  font-weight: 600;
  font-size: 1.3em;
}

.kgm_gen_image_full {
  align-items: center;
  justify-content: center;
  padding-left: 80px;
  margin-bottom: 35px;
}

	.kgm_gen_image_full img {
		/*height: 400px;*/
		width: 90%;
		border-radius: 10px;
		box-shadow: 0 20px 30px rgba(0, 0, 0, 0.25);
	}

.kgm_gen_text {
	padding-bottom: 35px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	font-weight: 600;
	color: #222;
}



#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;
}