tr:nth-of-type(even) td {
	text-align:right;
	border-top:unset;
	padding-top:0;
}
tr:last-child td {
	border-bottom: 1px solid #dee2e6;
}
tr th {
	text-align-last: justify;
}