@charset "utf-8";


.round-corner-table{
	border-collapse: separate;
	border: solid 0px #67ae28;
	border-radius: 0px;
	border-spacing: 0;
	text-align: left;}
	
.round-corner-table tr:first-child td:first-child{
	border-radius: 0px 0 0 0;
	border-bottom: solid 1px #67ae28}
.round-corner-table tr:first-child td:last-child{
	border-radius: 0 0px 0 0;
	border-bottom: solid 0px #67ae28;}
.round-corner-table tr:last-child td:first-child{
	border-radius: 0 0 0 0px;
	border-bottom: solid 0px #67ae28;}
.round-corner-table tr:last-child td:last-child{
	border-radius: 0 0 0px 0;
	border-bottom: solid 0px #67ae28;}

.round-corner-table tr:nth-child(n) td:nth-child(n){
	border-bottom: solid 1px #67ae28;}