.sectionInner table{
	font-size: 14px;
}
.sectionInner table th, .sectionInner .table1 td{
	padding: 20px 40px;
	border: 1px solid #efefef;
	text-align: center;
}
.sectionInner .table1 tr:first-child td{
	text-align: center;
	padding: 16px 40px;
}
.sectionInner table th{
	background-color: #fff8e1;
	border-right: 1px solid #fff8e1;
}
.sectionInner .table1 td:nth-child(odd){
	background-color: #f7f7f7;
}
.sectionInner .table2{
	text-align: center;
	border: 1px solid #efefef;
}
.sectionInner .table2 td{
	padding: 20px 40px;
	border-bottom: 1px solid #efefef;
}
.sectionInner .table2 tr:first-child td{
	background-color: #f7f7f7;
}

ul.termInfo li {
    float: left;
    width: 49%;
    /* margin-left: 2%; */
    padding: 20px 15px;
    font-size: 14px;
    margin-bottom: 0px;
}