table {
	border-collapse: collapse;
}

tr {
	border: none;
}

table tr td {
	vertical-align: top;
	border-left: 1px solid white;
	border-right: 1px solid white;

	padding-left: 20px;
	padding-right: 20px;
}
