table, th, td {
    border: 1px solid black;
}

td {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: solid black;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: solid black;
	border-left: none;
	border-right: none;
}


