body {
	font-family: "Averta", Arial, sans-serif;
	background:#FFFFFF;
}
td {
	text-align:center;
}
.input {
	text-align:left;
}
.tb1th {
	text-align:right;
	color:#004677;
}
table {
	border:1px solid #ddd;
	border-collapse:separate;
	border-left:0;
	border-radius:20px;
	border-spacing:0px;
}
thead {
	display:table-header-group;
	vertical-align:middle;
	border-color:inherit;
	border-collapse:separate;
}
tr {
	display:table-row;
	vertical-align:inherit;
	border-color:inherit;
}
th, td {
	padding:5px 4px 6px 4px; 
	vertical-align:top;
	//border-left:1px solid #ddd;
}
td {
	//border-top:1px solid #ddd;
}
thead:first-child tr:first-child th:first-child, tbody:first-child tr:first-child td:first-child {
	border-radius:20px 20px 0 0;
}
thead:last-child tr:last-child th:first-child, tbody:last-child tr:last-child td:first-child {
	border-radius:0 0 0 20px;
}
.button {
	background-color:#3CD75F;
	border:none;
	color:white;
	padding:4px 16px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	font-size:16px;
	cursor:pointer;
}
input[type=text] {
	padding:2px 5px;
	margin:1px 0;
	box-sizing:border-box;
	border:none;
}