
html body div#AllBox div#Contents.cf div#Main div.wds h3{
	margin-right: 25px;
	font-size: 18px;
	color: #192559;
}


table{
	width: 100%;
}


th{
	width: 30%;
	font-weight: normal;
	padding: 15px 20px;
	text-align: left;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
}

td{
	text-align: left;
	padding: 15px 20px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	width: 70%;
}

tr:nth-child(odd) th{
	background: #ECF3FB;
}

tr:nth-child(odd) td{
	background: #ECF3FB;
}

tr:nth-child(even) th{
	background: #f6f8fb;
}

tr:nth-child(even) td{
	background: #f6f8fb;
}

.wds > div:nth-child(1){
	margin-bottom: 50px;
}

.wds > div:nth-child(2){
	margin-bottom: 50px;
}










