@charset "UTF-8";
/* CSS Document */
.th-1 {
    padding: 1%;
    color: white;
    background: rgb(66,74,91);
    text-align: left;
    font-weight: 500;
	font-size:13px;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	float:left;
	width:98%;
	margin-top:1%;
}
.section-1 {
    width: 98%;
    text-align: justify;
    color: rgb(66,74,91);
    border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    padding: 2%;
    border: 1px solid rgb(66,74,91);
	float:left;
	line-height:1.5;
}
.section-2 {
    width: 98%;
    font-size: 13px;
    color: rgb(66,74,91);
	border: 1px solid rgb(66,74,91);
   	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	float:left;
}
.section-2 div:nth-child(odd) div{	
	background: rgba(66,74,91,0.2);
}
.section-2 div:nth-child(even) div{
	background: rgba(66,74,91,0.1);
}

.td-1 {
	width:28.5%;
	padding:0.5%;
	padding-left:1%;
	margin-bottom:3px;
	float:left;
}
.td-2 {
	padding-top:0.5%;
	padding-bottom:0.5%;
	margin-bottom:3px;
	float:left;
	width:71%;
}
.section-3 {
 	color:white;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border:1px solid rgb(66,74,91);
	width:98%;
	float:left;
}
.section-3 iframe{
	margin:1%;
	width:48%;
	border-radius:10px;
	float:left;
	max-height:350px;
}
.section-4{
	width:98%;
	text-align:justify;
	text-transform:capitalize;
	border: 1px solid rgb(66,74,91);
	border-radius:20px;
	padding:2%;
	margin-top:1%;
	float:left;
}
