
table {display: table; border-collapse:collaspe; border:5 px solid;}
tr {display: table-row;}
td {display: table-cell; text-align: center; border-right: 1px solid #2E8B57;
	border-bottom: 1px solid #2E8B57;
	background: #98FB98;
	padding: 6px 6px 6px 12px;
	color:#2E8B57;
}
