.employment-table-item {
	border-color: #ffffff; 
}
.employment-table-item td {
	width: 33.33%;
	border-color: #ffffff;
}
.employment-table tr:nth-child(2n) td {
	background: #C1CDCC;
}
.employment-table tr:nth-child(2n+1) td {
	background: #DBE2DD;
}
.employment-table tr.elementor-repeater-item-header td {
	background: #2D5F7A;
	color: #ffffff;
}
.employment-table tr:last-child td {
	font-weight: bold;
}
.employment-table tr:last-child td:first-child {
	text-align: right;
}