table>tr {
	border: none !important;
}

.usa-label {
	margin-top: 0;
    font-size: 1.06rem;
}

#tableA {
	display: block;
}
#tableB {
	display: none;
}
.usa-table td {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	color: #0a4595;
	font-weight: bold;
	padding: .7rem 1rem;
}
#tableA,
#tableB {
	-webkit-animation: fade 1.5s;
	animation: fade 1.5s;
}
@-webkit-keyframes fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

	;
}

@keyframes fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

	;
}
.no-underline:hover{
	text-decoration: none !important;
}