.coding-reimbursement-custom-table {
	width: 100%;
	max-width: 828px;
	border-collapse: collapse;
	margin: 0 auto;
	tr:nth-child(odd) {
		background-color: #E7D7F6;
	}
	td {
		width: 50%;
		padding: 8px;
	}
	tr td:nth-child(1) {
		border-right: solid #FCF8FF;
	}
}

@media (855px <= width <= 1199px) {
	#coding-reinbursement-custom-footnote > div{
		padding-left: 8px;
	}	
}
