.general-content01 {
	border-bottom: 1px solid #dee4e8;
	padding: 0 0 80px;
	margin: 60px 0 0 0;
}
.more-articles {
	padding-top: 1.5rem;
	border: 1px solid #BBCADA;
}

.carpal-tunnel-syndrome-banner {
	background: url(/dist/images/carpal-tunnel-syndrome-banner-img.png) center right no-repeat;
		background-size: cover;
}
.plantar-fasciitis-banner {
	background: url(/dist/images/plantar-fasciitis-banner-img.png) center right no-repeat;
		background-size: cover;
}
.tennis-elbow-banner {
	background: url(/dist/images/tennis-elbow-banner-img.png) center right no-repeat;
		background-size: cover;
}


.content-table {
	padding: 1.5rem 1.625rem .75rem;
	border: 1px solid #BBCADA;
}
.content-table .heading {
	list-style: decimal;
	margin-bottom: 1rem;
}
.content-table ol li {
	list-style: decimal;
	padding-left: 20px;
}
.content-table ol li::before {
	content: none;
}
.cdf-switcher {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
	margin-bottom: 1rem;
}
.sw-button {
	display: flex;
	color: white;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #2B7FD4;
	border-radius: 8px;
	line-height: 1.25;
	padding: 8px 16px;
}
@media screen and (min-width: 640px) {
	.cdf-switcher {
		flex-direction: row;
	}
	.sw-button {
		width: 150px;
	}
}
.sw-button.current {
	background-color: black;
	cursor: default;
}
.sw-button:hover {
	color: white;
}