.iwwgtable th,
.iwwgtable td{
	border: 1px solid #333333 !important;
	border-collapse: collapse !important;
}
.iwwgtable tr th:nth-child(1),  
.iwwgtable tr td:nth-child(1) {
	width: 15%; 
}
.iwwgtable tr th:nth-child(3),  
.iwwgtable tr td:nth-child(3) {
	width: 30%; 
}
.iwwgtable tr th:nth-child(2),  
.iwwgtable tr td:nth-child(2) {
	width: 55%; 
}
.iwwgtable thead tr:nth-child(1) th{
	color: rgb(3, 141, 194);
	background-color: #EEE;
}

body{
	font-family: "Poopins";
	font-weight: normal;
}
h1,h2,h3,h4{
	color: rgb(3, 141, 194);
	font-weight: 600;
}

