.divPlanDisplayHeader {
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
	margin-top: 1%;
	text-align: center;
	font-weight: bold;
}

.divPlanDisplayHeader>* {
	border: 1px solid #e2e2e2;
	padding-top: 1%;
}

.divPlanDisplay {
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
	margin-top: 1%;
	text-align: center;
}

.divPlanDisplay>* {
	border: 1px solid #e2e2e2;
	padding-top: 1%;
}

.divPlanDisplay div:last-child {
	border-right: none;
}